On 6/4/07, Jani M. <[EMAIL PROTECTED]> wrote:
That's unfortunately exactly the problem. It's not authentication, but
the mod_perl bits are still required before proxying can be done.

The scenario I was referring to is where your front-end proxy is not
running mod_perl, and it just sends the request to a backend mod_perl
server.  If that mod_perl server does some work and proxies it again
to another server, it will still work.  The mod_perl server will push
the file to the frontend proxy very quickly, and move on to the next
request while the proxy waits for the client to finish.

- Perrin

Reply via email to