]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- ErrorDocument relayted cleanups (pace ErrorDocument entties only in
[packages/apache.git] / apache-httpd.conf
index 9ed4b405d5494a9e18bc561016fa4cc0400dbd72..6c9dd35edb0135c26acc432658f3767391a1c877 100644 (file)
@@ -721,7 +721,21 @@ MetaSuffix .meta
 #  N.B.: Many of the environment variables associated with the original
 #  request will *not* be available to such a script.
 
-#
+Alias /errordocs/ "/home/httpd/errordocs/"
+
+ErrorDocument 400      /errordocs/400.shtml
+ErrorDocument 401       /errordocs/401.shtml
+ErrorDocument 403       /errordocs/403.shtml
+ErrorDocument 404       /errordocs/404.shtml
+ErrorDocument 405       /errordocs/405.shtml
+ErrorDocument 406       /errordocs/406.shtml
+ErrorDocument 408       /errordocs/408.shtml
+ErrorDocument 410       /errordocs/410.shtml
+ErrorDocument 411       /errordocs/411.shtml
+ErrorDocument 414       /errordocs/414.shtml
+ErrorDocument 500       /errordocs/500.shtml
+ErrorDocument 503       /errordocs/503.shtml
+
 # The following directives modify normal HTTP response behavior.
 # The first directive disables keepalive for Netscape 2.x and browsers that
 # spoof it. There are known problems with these browser implementations.
@@ -741,20 +755,6 @@ BrowserMatch "RealPlayer 4\.0" force-response-1.0
 BrowserMatch "Java/1\.0" force-response-1.0
 BrowserMatch "JDK/1\.0" force-response-1.0
 
-Alias /errordocs/ "/home/httpd/errordocs/"
-
-ErrorDocument 400      /errordocs/400.shtml
-ErrorDocument 401       /errordocs/401.shtml
-ErrorDocument 403       /errordocs/403.shtml
-ErrorDocument 404       /errordocs/404.shtml
-ErrorDocument 405       /errordocs/405.shtml
-ErrorDocument 406       /errordocs/406.shtml
-ErrorDocument 408       /errordocs/408.shtml
-ErrorDocument 410       /errordocs/410.shtml
-ErrorDocument 411       /errordocs/411.shtml
-ErrorDocument 414       /errordocs/414.shtml
-ErrorDocument 500       /errordocs/500.shtml
-ErrorDocument 503       /errordocs/503.shtml
 
 #
 # Allow server status reports, with the URL of http://servername/server-status
This page took 0.027932 seconds and 4 git commands to generate.