]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-srm.conf
- fix building on amd64
[packages/apache.git] / apache-srm.conf
index a5531551441f451f3b68b05c293ec79328879cf0..71d81d26737c39883e9f8bbc3ff30eebd4b19e1e 100644 (file)
@@ -215,27 +215,6 @@ AddHandler imap-file map
 
 #MetaSuffix .meta
 
-# Customizable error response (Apache style)
-#  these come in three flavors
-#
-#    1) plain text
-#ErrorDocument 500 "The server made a boo boo.
-#  n.b.  the (") marks it as text, it does not get output
-#
-#    2) local redirects
-#ErrorDocument 404 /missing.html
-#  to redirect to local url /missing.html
-#ErrorDocument 404 /cgi-bin/missing_handler.pl
-#  n.b. can redirect to a script or a document using server-side-includes.
-#
-#    3) external redirects
-#ErrorDocument 402 http://some.other_server.com/subscription_info.html
-#
-
-# mod_mime_magic allows the server to use various hints from the file itself
-# to determine its type.
-MimeMagicFile /etc/httpd/conf/magic
-
 # The following directives disable keepalives and HTTP header flushes.
 # The first directive disables it for Netscape 2.x and browsers which
 # spoof it. There are known problems with these.
@@ -253,18 +232,3 @@ BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
 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
This page took 0.029099 seconds and 4 git commands to generate.