]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-errordocs.conf
- allow from all, as default apache.conf is very restrictive now
[packages/apache1.git] / apache1-errordocs.conf
index 18b3a20df53be4f968f7f64952f8a86678c4c382..7d4ba52742595c4cf9aa0f1d173f699fadfdcc43 100644 (file)
@@ -2,8 +2,9 @@
 
 Alias /errordocs/ "/home/services/apache/errordocs/"
 <Directory /home/services/apache/errordocs/>
-       AllowOverride none
+       AllowOverride None
        Options IncludesNoExec FollowSymLinks
+    Allow from all
 </Directory>
 
 ErrorDocument 400      /errordocs/400.shtml
This page took 0.025971 seconds and 4 git commands to generate.