Re: HTTP Proxy using MOD_PERL

2006-09-06 Thread Charles Bueche
Hi, I'm not sure what you mean by "processing", I assume it's some sort of filtering of the HTTP data flow. What _I_ do is use mod_proxy in reverse-proxy configuration : browser --> reverseproxy --> backend-web-server On the reverse-proxy, I use mod_proxy and mod_perl, plus sometimes output filt

Re: HTTP Proxy using MOD_PERL

2006-09-06 Thread Sean Davis
On Wednesday 06 September 2006 16:26, Sumit Shah wrote: > Charles, > > Thanks for the information. I will surely take a look at mod_proxy in > detail. I believe I would still need to use mod_perl to invoke the perl > script I have to do the processing. > > So if I understand, I could use mod_proxy

RE: HTTP Proxy using MOD_PERL

2006-09-06 Thread Sumit Shah
it Shah > Cc: modperl@perl.apache.org > Subject: Re: HTTP Proxy using MOD_PERL > > Hi, > > chapter 7 of http://www.oreilly.com/catalog/wrapmod/ has > something, but it is outdated. > > If I understand your need correctly, you could use the normal > mod_proxy module

Re: HTTP Proxy using MOD_PERL

2006-09-06 Thread Charles Bueche
Hi, chapter 7 of http://www.oreilly.com/catalog/wrapmod/ has something, but it is outdated. If I understand your need correctly, you could use the normal mod_proxy module and filter your input and/or output using Apache 2 filters. I us this to make the wildest things, including fixing non-proxy-

HTTP Proxy using MOD_PERL

2006-09-01 Thread Sumit Shah
Hello, I am very new to MOD_PERL. I am trying to a create a proxy in Apache using MOD_PERL. I have a perl script that takes an HTTP request parameter as input and returns appropriate result. I am trying to: --> get a handle to the HTTP request object, --> filter it based on static/dynamic content