]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- allow from all, as default apache.conf is very restrictive now
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 21:20:18 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-errordocs.conf -> 1.2

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.142128 seconds and 4 git commands to generate.