I used to be able to type 127.0.0.1 (or my network IP 10.10.53.32) and it would resolve to my "default" virtual host. 127.0.0.1/~Shanimal and shanimal.dev both resolve to their appropriate folders. localhost and 127.0.0.1 give me a 404 - "Not Found The requested URL / was not found on this server."
Basically, my "It works!" screen no longer works.
/private/etc/apache2/Shanimal.conf:
<Directory "/Users/Shanimal/Sites/_www">
Options Indexes Multiviews
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
</Directory>
hosts:
127.0.0.1 localhost
127.0.0.1 shanimal.dev
/var/log/apache2/error_log? Access via Console.app or Terminal. – Daniel Beck Oct 22 '12 at 16:29tail - f /var/log/apache2/error_log– Shanimal Oct 22 '12 at 16:32tail -f /var/log/apache2/error_log. So, no output like[Mon Oct 22 18:28:40 2012] [error] [client fe80::1] File does not exist: /Library/WebServer/Documents/foo? – Daniel Beck Oct 22 '12 at 16:34