Upgraded to Mountain Lion, now 127.0.0.1 is not resolving

Posted by Shanimal on Super User See other posts from Super User or by Shanimal
Published on 2012-10-22T16:15:51Z Indexed on 2012/10/22 17:05 UTC
Read the original article Hit count: 150

Filed under:

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

© Super User or respective owner

Related posts about osx-mountain-lion