https://issues.apache.org/bugzilla/show_bug.cgi?id=52269
--- Comment #4 from Eric Covener <cove...@gmail.com> --- (In reply to comment #3) > 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. Isn't that what you asked for with ProxyErrorOverride On? It doesn't just affect ones you've customized. -- 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