On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > as i see there is no way to set request parameter in mod_perl2
What makes you think that? You can set the query string in mod_perl2. You can also do things like create an input filter to alter parameters on their way in. - Perrin