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 NoirinPlunkett: http://wiki.apache.org/httpd/Errors/ClientDeniedByServerConfiguration ------------------------------------------------------------------------------ * You need a <Directory> block for every folder outside of your !DocumentRoot, i.e. your cgi-bin folder. * You need a <Directory> or <Location> block for every Alias. - To fix this problem, look at the line in your !ErrorLog, to find out which folder it is trying to access. [[BR]] If a <Directory> block already exists for that folder, make sure it is set to Allow as necessary. If not, add a <Directory> block to your Apache configuration file, allowing access as required. See the example below for folder /usr/local/awstats/htdocs + To fix this problem, look at the line in your !ErrorLog, to find out which folder it is trying to access. [[BR]] If a <Directory> block already exists for that folder, make sure it is set to allow access as necessary. If not, add a <Directory> block to your Apache configuration file, allowing access as required. See the example below for folder /usr/local/awstats/htdocs {{{ <Directory /usr/local/awstats/htdocs>
