Problem with PerlTransHandler

2011-01-04 Thread CrAsH-DMX
Hi all First of all, I want to clarify that I am pretty newie in mod_perl and I'm using mod_perl 1. I need to write a module that allows me to capture all the requests that are made to my server, get a string with all the parameters stored in $r->content or $ r-> args for each request, apply some

Re: Problem with PerlTransHandler

2011-01-05 Thread Torsten Förtsch
On Wednesday, January 05, 2011 01:09:22 CrAsH-DMX wrote: > If comment my $params = $r->method eq "POST" ? $r->content:$r->args; all > works fine. My mp1 experience is quite a few years old. But I think what you are trying to achieve is not feasible, at least if your handler does not read the mess