Here's something I think I can't do with apache.

I have a uwsgi backend server and a legacy http server.  I would like a
reverse proxy that puts the dynamic site "in front of" the legacy site,
such that 404s from the former are internally redirected to the latter.

We have this implemented in nginx, but I recently needed to switch the
proxy to apache.  ErrorDocument is the obvious hook, but it has to be
a local url.  I've looked at the rewrite engine and balancer groups,
and I haven't found any way to do this.  I was about ready to give up
and thought I'd see if smarter people than me have an answer.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to