You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Michael Lueck <ml...@lueckdatasystems.com> on 2008/09/10 03:36:36 UTC

[users@httpd] [Solved] Re: Upgrading from 2.0.54 to 2.2.9 / Multi-Site 403 Forbidden Errors

Seems the Apache docs are not quite correct in this area:

http://httpd.apache.org/docs/2.2/mod/core.html#directory
Says: "Note that the default Apache access for <Directory /> is Allow from All. This means that Apache will serve any file mapped from an URL."

Well, there was a <directory> section in the main config file that was set to "Deny from all". I changed that to "Allow from all" and it is working properly now.

That is a sharp spot when migrating to Apache 2.2.x!!!

-- 
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org