Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "ClientDeniedByServerConfiguration" page has been changed by SeanTimmins:
https://wiki.apache.org/httpd/ClientDeniedByServerConfiguration?action=diff&rev1=14&rev2=15

  = apache HTTP server 2.4 notes =
  The 2.4 release introduced significant changes to the authorization and 
authentication process. Users of that release are encouraged to read 
[[http://httpd.apache.org/docs/2.4/upgrading.html|this link]] to migrate their 
older config files.
+ 
+ Using 2.4 and 2.2 authorization directives (enabled by 
[[http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html|mod_access_compat]])
 in the same server instance is strongly discouraged because it can cause 
unexpected 'Client Denied by Server Configuration' errors that may be 
troublesome to resolve. When using 2.4, please migrate all 
[[http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html|Allow, Deny, 
Order and Satisfy]] directives to the 2.4 equivalent using the information in 
the link above and then comment out the 
[[http://httpd.apache.org/docs/2.4/mod/mod_so.html#loadmodule|LoadModule]] line 
for mod_access_compat.
  
  = Client denied by server configuration =
  This error means that the access to the directory on the hard disk was denied 
by an Apache configuration. It could be that access was denied due to an 
explicit 
[[http://httpd.apache.org/docs/2.2/en/mod/mod_authz_host.html#deny|deny]] 
directive or due to an attempt to access a folder that is outside of the 
DocumentRoot.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to