"ErrorDocument default" changes broke inheritance. consider:
<Directory /foo> ErrorDocument 404 blah </Directory> <DIrectory /foo/bar> ErrorDocument 500 boo # 404 is now fallen back to default </Directory> This patch solves the problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103333 13f79535-47bb-0310-9956-ffa450edef68
parent
0a38b46c
Please register or sign in to comment