My browser can not resolve http://localhost/, but http://127.0.0.1 works fine.
This is the Virual Host section that I'm using in /etc/httpd/httpd.conf
### Section 3: Virtual Hosts
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
DocumentRoot /Library/WebServer/Documents
ServerName localhost...