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/03/13 17:28:58 UTC

[Bug 55415] Proxy loop caused by ProxyErrorOverride and ErrorDocument 404

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

--- Comment #3 from rhavenn <rh...@rhavenn.net> ---
A workaround / fix for this is to set a sub-directory where ErrorOverride is
disabled by using <Location > . For example:

ProxyErrorOverride On
ErrorDocument 404 /http_errors/404.php

<Location /http_errors/>
  ProxyErrorOverride Off
</Location>

-- 
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