]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
refer to the correct error document.
authorAndré Malo <nd@apache.org>
Mon, 5 May 2003 02:02:00 +0000 (02:02 +0000)
committerAndré Malo <nd@apache.org>
Mon, 5 May 2003 02:02:00 +0000 (02:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99714 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index 43de0f753c1e16c13eaf2226f003be588f69416d..aabd0d40b4a8b057b6399b9ad15d3cb2b80d2eab 100644 (file)
@@ -959,7 +959,7 @@ ServerSignature On
 #    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
 #    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
 #    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
-#    ErrorDocument 415 /error/HTTP_SERVICE_UNAVAILABLE.html.var
+#    ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
 #    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
 #    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
 #    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
index c2a3bf385a41f8ea8a65d951aa0582ddeb24424b..408d8d283ebffb791f2d6765f3fe47532540b806 100644 (file)
@@ -862,7 +862,7 @@ AddHandler type-map var
 #    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
 #    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
 #    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
-#    ErrorDocument 415 /error/HTTP_SERVICE_UNAVAILABLE.html.var
+#    ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
 #    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
 #    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
 #    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var