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 Link to comment https://forums.phpfreaks.com/topic/113137-php-and-reverse-proxy/ 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! Link to comment https://forums.phpfreaks.com/topic/113137-php-and-reverse-proxy/#findComment-582027 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.