Juan Rivera wrote:

I'm trying to figure out how you can configure ErrorDocument when using ProxyPass / http://webserver/

The problem is that if I use a URL like ErrorDocument 502 /error/502.html it will be proxied instead of picking the file locally.

You haven't said which Apache you are using, but with v2.0 if memory serves you can do this:


ProxyPass /error/ !

Which means don't proxy anything under /error/.

Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."



Reply via email to