403 Forbidden for web root on Apache on Mac OS X v10.7, but can access user directories

Posted by philosophistry on Super User See other posts from Super User or by philosophistry
Published on 2012-03-19T21:52:52Z Indexed on 2012/06/16 9:18 UTC
Read the original article Hit count: 167

Filed under:
|

When I access http://localhost/ I get 403 Forbidden, but if I access http://localhost/~username it serves up pages. Things I've tried:

  • Checking error logs
  • Swapping out with original httpd conf files
  • Changing DocumentRoot to my user directory (after all that should work if I can access ~username)

I've seen 30 plus Q&A sites that all point to people having trouble with user directories being forbidden. I have the opposite problem, and so I'm tearing my hair out here.

© Super User or respective owner

Related posts about osx-lion

Related posts about apache