Dear Wiki user,

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

The following page has been changed by BrendonBaumgartner:
http://wiki.apache.org/httpd/ClientDeniedByServerConfiguration

------------------------------------------------------------------------------
  }}}
  This Location block will allow Apache to proxy content for /foo. This 
Location block is only needed if there is earlier Proxy or Location block 
denying access to this resource. Some Linux distributions like Debian put Proxy 
block with "Deny from all" in their default mod_proxy configuration.
  
+ == Example ==
+ {{{
+ [Fri Jan 16 15:00:42 2009] [error] [client ::1] client denied by server 
configuration: /var/www/phpmyadmin/
+ }}}
+ Adding "Allow from 127.0.0.0/255.0.0.0 ::1/128" to the ACL, will prevent the 
apache internal process from erroring.
+ 

Reply via email to