]> git.pld-linux.org Git - packages/apache.git/commitdiff
- error documents are allowed to display propely
authormis <mis@pld-linux.org>
Fri, 26 May 2000 09:06:00 +0000 (09:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-httpd.conf -> 1.14

apache-httpd.conf

index 3096cb02963d3cba7be79825dac4dc0a59a41b7a..ac04347d42a01c51bbc4d7213a8e8dcdb341da38 100644 (file)
@@ -676,6 +676,11 @@ MetaSuffix .meta
 
 Alias /errordocs/ "/home/httpd/errordocs/"
 
+<Directory /home/httpd/errordocs/>
+   AllowOverride none
+   Options IncludesNoExec FollowSymLinks
+</Directory>
+
 ErrorDocument 400      /errordocs/400.shtml
 ErrorDocument 401       /errordocs/401.shtml
 ErrorDocument 403       /errordocs/403.shtml
This page took 0.0871150000000001 seconds and 4 git commands to generate.