On Tue, 9 Sep 2003, 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. > > Any suggestions on how you can configure this?
Add ProxyPass /error ! BEFORE the existing ProxyPass directive. See: http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypass Joshua.
