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 thumbs:
https://wiki.apache.org/httpd/ClientDeniedByServerConfiguration?action=diff&rev1=13&rev2=14

Comment:
Put the 2.4 notes first, as every single user seems to ignore that section on 
purpose.

- ## page was renamed from Errors/ClientDeniedByServerConfiguration
+ = 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.
+ 
  = 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.
  It can also happen when you are proxying and there's no access configured for 
the proxied location.  And it is the default response to a PUT request.
@@ -39, +41 @@

  }}}
  Adding "Allow from 127.0.0.0/255.0.0.0 ::1/128" to the ACL, will prevent the 
apache internal process from erroring.
  
- == 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.
- 

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

Reply via email to