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

--- Comment #3 from Ernst Lindoorn <elindo...@gmail.com> ---
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: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to