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-aware
applications in reverse-proxy configs. Check the numerous O'Reilly
articles on filters.

Charles

Sumit Shah wrote:
> 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,
> --> then invoke this perl script using HTTP request parameter,
> --> Forward the request
> 
> I would appreciate if anyone could point me to the documentation or
> suggest ways to achieve this.
> 
> Thanks
> Sumit

-- 
Charles Bueche <[EMAIL PROTECTED]>
sand, snow, wave, wind and net -surfer

Reply via email to