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

--- Comment #3 from rhavenn <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to