From: Joshua Slive Date: Wed, 4 May 2005 00:23:48 +0000 (+0000) Subject: Missing ErrorDocument line for Not Acceptable. X-Git-Tag: 2.1.5~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23ea0cd2c01c56f8ccc6f1109a993e5736287ae9;p=apache Missing ErrorDocument line for Not Acceptable. PR: 28581 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168028 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-multilang-errordoc.conf.in b/docs/conf/extra/httpd-multilang-errordoc.conf.in index d3192508b5..d75391cb7b 100644 --- a/docs/conf/extra/httpd-multilang-errordoc.conf.in +++ b/docs/conf/extra/httpd-multilang-errordoc.conf.in @@ -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