After apache start, http://localhost not working for me..
My httpd.conf file is fine.
Actually i have commented following line on the file /etc/network/interfaces
auto lo
iface lo inet loopback
I have uncommented those lines and restarted network...
It Works now
(We can also give this command to up the loopback of the network...
#ifconfig lo up
)