Author: Jean-Michel Nirgal Vourgère <jmv_deb@nirgal.com>
Subject: Permission override in case access is denied generally
Last-Update: 2014-11-05
Bug: http://lists.w3.org/Archives/Public/www-validator/2011Mar/0035.html
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608225

--- a/httpd/conf/httpd.conf
+++ b/httpd/conf/httpd.conf
@@ -47,6 +47,7 @@
   PerlResponseHandler   ModPerl::Registry
   PerlOptions           +ParseHeaders
 </IfDefine>
+  Require all granted
   # Environment settings affecting validator's outside connectivity, see
   # LWP::UserAgent and Net::FTP documentation for details.
   #SetEnv                http_proxy      http://proxy:3128
@@ -89,6 +90,11 @@
   ExpiresByType application/javascript A2592000
   ExpiresByType application/ecmascript A2592000
   </IfModule>
+
+  # See bug 608225
+  # Permission may be denied higher up so override here.
+  Require all granted
+
 </Directory>
 
 # Atom news feed
