Rick, mod_perl questions should go to the modperl list. thanks.
http://perl.apache.org/maillist/modperl.html

Rick Tan wrote:

I have been experimenting with mod_perl for the first time in the past week. My frustration level emanates from making old cgi scripts to work with mod_perl/apache 2.0. The scripts were written to be invoked as http://some.server/myscript/other_path?.... The script name in this case is "myscript", other_path is part of the path_info pointing to some data repository on the server. The combination of mod_perl/Apache 2.0 seems to think that the cgi script is called "myscript/other_path", it is unable to parse these data. Am I missing some directives for mod_perl to effect this? The same script work with Apache with no mod_perl installed.
Does it work with Apache 1.3 or 2.0 using mod_cgi instead of mod_perl? You don't provide the relevant configuration section, so it's hard to tell.

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to