I have to look what this quick handler do exactly, but i work well and seems to be able to act as normal handler.
ap_hook_quick_handler(cache_url_handler, NULL, NULL, APR_HOOK_FIRST);


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