On Tue, 21 Oct 2003, Matthieu Estrade wrote:

> I am actually using apache as a reverse proxy, and i am trying to use a
> handler with... and it doesn't work.
> When i setup my SetHandler on a local virtualhost, it works well, but
> when i setup it on a virtualhost doing reverse proxy, it's never called.

A handler is intended to generate content, whereas with a reverse proxy
the content comes from the backend server.  Thus the two concepts are
mutually exclusive.  What exactly are you trying to do, and with what
version of apache?

--Cliff

Reply via email to