https://issues.apache.org/bugzilla/show_bug.cgi?id=52269

--- Comment #3 from Ernst Lindoorn <[email protected]> ---
Our configuration (minimal settings)
<VirtualHost *:80>
   ProxyPass /custom-errors/ !
   ProxyPass / http://localhost:8080/
   ProxyErrorOverride On

   ErrorDocument 500 /custom-errors/500.html
</VirtualHost>

If the backend server reponds with a custom error code (490 in our case) Apache
changes that into 500 and shows the custom error page instead of communicating
the error through the proxy.

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