Re: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-07-29 Thread Robby Desmond
To answer my own question (thanks to the help of our programmer here), the issue is with the way Embperl.pm attempts to read parameters from a CGI object. Embperl.pm lines 320-22: # the param_fetch needs CGI.pm 2.43 #$params = $cgi->param_fetch( $_ ) ; $params = $cgi->{$_}

Re: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-07-29 Thread Robby Desmond
Hi all, Sorry, but I have to amend this question. It appears that the ENV is being passed just fine. The issue is that Embperl is not parsing the form data when it is not URL-encoded. (Some of the form data includes the book id of the files being uploaded, and must be included for the "are you au

Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-07-29 Thread Robby Desmond
Hi, When testing our server (RHEL 5, x86_64, Apache 2.2.3, mod_perl2, Embperl 2.3.0), we had no virtual hosts defined (testing was done on the raw hostname) and all of our forms seemed to work fine. Now that we have gone to a NamedVirtualHost configuration (because in production this server answe