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