I am using Apache 2.0 and what i want to do is a applicative authentication using a form i wanted sent by the reverse proxy.
But i think i will do another way, looking into mod_mem_cache how it's disable mod_proxy when it want to serve data directly from his cache...



Cliff Woolley wrote:


On Tue, 21 Oct 2003, Cliff Woolley wrote:



What exactly are you trying to do, and with what version of apache?



Wait a minute, let me guess. You're trying to serve up a .cgi script or a .php file or something similar as source code from the backend and then execute/interpret it on the proxy by way of a handler. Yeah, you can't do that. :)

As has been pointed out, mod_proxy is taking the role of the handler here,
and you can only have one.

--Cliff







Reply via email to