I have written a report that takes one parameter from a form and then
creates a report from it. All this is done in one script and creates two web
pages (the form page and the report page). I run it from the cgi-bin
directory in Apache 1.3 (Windows machine) and it passes the parameters
($cgi->param{'timeframe'}). I run it from perl directory (mod_perl) in
Apache 1.3 (Linux machine). It does not pass any parameters. I can run it
under mod_ssl or no mod_ssl and get the same issue.
This might be a question for Apache configuration, but I figured I would
start here.
Windows machine
Win 2000 pro
Apache 1.3.14
Perl 5.6
Linux machine
Fedora Core rel 1
Apache 1.3.29
perl 5.8.1
mod_perl 1.29
mod_ssl 2.8.16-1.3.29
openssl 0.9.7d
Any assistance you be much appreciated.
Thanks,
Loren