kokababu Posted July 3, 2008 Share Posted July 3, 2008 Hi, I have a apache HTTP server, it is a reverse proxy server and I have one App. Server B Now I want to catch HTTP error (404 or 500) from Server B and show custom error page. How do I do that from proxy server? I used "ErrorDocument" but it is not working. Thanks Quote Link to comment Share on other sites More sharing options...
kokababu Posted July 5, 2008 Author Share Posted July 5, 2008 Use "ProxyErrorOverride On" So If any error is generated from server B will be transfered to proxy Server, so Proxy server ErrorDocument will work in that time. Good Luck! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.