I am trying to get a rather large-ish web app to run with apache 2 / mod_perl 1.99. I have installed the latest RPMs for Fedora from FreshRPMs.
PerlModule Apache2 PerlModule Apache::compat PerlOptions +GlobalRequest PerlOptions +SetupEnv
I have a very strange behavior with PerlInitHandlers.
When there is no PerlInitHandler, the ENV variable PATH_INFO is around as usual.
However, when there is a PerlInitHandler, then the PATH_INFO vanishes and is replaced by SCRIPT_NAME!
Any ideas of what might be going on?
Cheers, Jean-Michel.
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html