You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/06/17 21:58:03 UTC

[Bug 58050] New: ErrorDocument does not always work

https://bz.apache.org/bugzilla/show_bug.cgi?id=58050

            Bug ID: 58050
           Summary: ErrorDocument does not always work
           Product: Apache httpd-2
           Version: 2.4.12
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: bugs@httpd.apache.org
          Reporter: apache-bugs.a2@x25.pl

.htaccess file:

ErrorDocument 500 /img-sys/500.htm
RewriteEngine On
RewriteRule . /abc [L]

in browser go to yourdomain.com/whatever

apache will still display standard error page in this case - it seems that
ErrorDocument does not affect error message when rewrite recursion limit is
reached - but that makes ErrorDocument buggy because its whole purpose is to
change error message.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org