]> granicus.if.org Git - apache/commitdiff
Missing ErrorDocument line for Not Acceptable.
authorJoshua Slive <slive@apache.org>
Wed, 4 May 2005 00:23:48 +0000 (00:23 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 4 May 2005 00:23:48 +0000 (00:23 +0000)
PR: 28581

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168028 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-multilang-errordoc.conf.in

index d3192508b5ad850e3f4cd9fe24318e2d68f32692..d75391cb7b3b3aeacd5e56e6436bab9827047f8d 100644 (file)
@@ -37,6 +37,7 @@ ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
 ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
 ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
 ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
+ErrorDocument 406 /error/HTTP_NOT_ACCEPTABLE.html.var
 ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
 ErrorDocument 410 /error/HTTP_GONE.html.var
 ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var