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...
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
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
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
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