mod_perl newbie gotcha

2007-11-20 Thread evil...@gmail.com
Looking for help from anyone with mod_perl experience - I have been caught by a classic newbie gotcha... I think. Running Activestate Perl v5.8.8 for MSWin32, Apache 2.0 for Win32 I believe I have correctly installed mod_perl as $ENV{'MOD_PERL'} correctly reports the version mod_perl/2.0.3 Two

Re: mod_perl newbie gotcha

2007-11-22 Thread evil...@gmail.com
On Nov 20, 11:52 pm, [EMAIL PROTECTED] (Gunnar Hjalmarsson) wrote: [EMAIL PROTECTED] wrote: The problem is that after the first successful send/receive, all subsequent executions contain the same initial data: the parameters never get reset with 'newer' data. I wasn't able to reproduce

How to send arguments with a redirect?

2009-01-15 Thread evil...@gmail.com
Hi I have the following two scripts test.cgi displaytest.cgi test.cgi is intended to redirect itself to displaytest.cgi and send some arguments. The problem I am having is that I can never get the arguments successfully sent! Redirect without arguments works fine - but the various approached