[users@httpd] How to customize error pages for only 502 and 503 and ignore other errors in Apache http server?

2012-07-02 Thread Sheng Qiang Xu
Hi, I am using apache as proxy server and another application server (like Smash) is behind apache. In apache side, I only want to customize error pages for 502 and 503 error and still display the application server's response if other errors appear. What I do now is: ProxyErrorOverride On

[users@httpd] How to customize error pages for only 502 and 503 and ignore other errors in Apache http server

2012-06-27 Thread Sheng Qiang Xu
I am using apache as proxy server and another application server (like tomcat) is behind apache. In apache side, I only want to customize error pages for 502 and 503 error and still show the application server's response if other errors appear. What I do now is: ProxyErrorOverride On Al