Re: MODPERL and Reverse Proxy [patch]

2006-12-12 Thread Radoslaw Zielinski
Jonathan Vanasco <[EMAIL PROTECTED]> [08-12-2006 21:50]: > On Dec 7, 2006, at 3:37 PM, Sumit Shah wrote: >> I want the request to come to My::RequestHandler FIRST and then go >> to the ProxyPass Directive. It does not do this. It BYPASSES my I've been working on something like this recently...

Re: MODPERL and Reverse Proxy

2006-12-08 Thread Jonathan Vanasco
On Dec 8, 2006, at 3:59 PM, Frank Wiles wrote: Slightly off topic, but I was wondering could you just stack a I/O filter handler on the proxy? Anyone know if this is possible? thats a good idea. personally, i wish one could change when mod_proxy is called. someone pointed to apach

Re: MODPERL and Reverse Proxy

2006-12-08 Thread Frank Wiles
On Fri, 8 Dec 2006 15:50:56 -0500 Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > On Dec 7, 2006, at 3:37 PM, Sumit Shah wrote: > > > I want the request to come to My::RequestHandler FIRST and then go > > to the ProxyPass Directive. It does not do this. It BYPASSES my > > handler and goes to t

Re: MODPERL and Reverse Proxy

2006-12-08 Thread Jonathan Vanasco
On Dec 7, 2006, at 3:37 PM, Sumit Shah wrote: I want the request to come to My::RequestHandler FIRST and then go to the ProxyPass Directive. It does not do this. It BYPASSES my handler and goes to the Reverse Proxy. I would appreciate any suggestions. The Apache configuration doesn't proc

MODPERL and Reverse Proxy

2006-12-07 Thread Sumit Shah
Hello All, I am trying to setup my Apache in such a way that for any .jsp requests it invokes a Perl Handler. After invoking the Perl handler, it should use the Reverse proxy setup to forward the same request to another server. Here is my configuration(httpd.conf): LoadModule proxy_module mo