Stephan Wacker wrote:
Greetings,

I already searched Google and the list archives but could not find any explanation for my problem; therefore...


My website uses the PATH_INFO feature of CGI URLs, i.e. the URLs look like
http://my.server/some/path/cgi/my_script.pl/context/info
and "/context/info" should be visible in $query->path_info() [[where $query is a CGI object]]. This works fine with Apache and Perl.



After installing and configuring mod_perl, all requests of my Perl scripts caused a segment violation in the Apache handler. I was then able to reproduce the problem with only a copy of cgi-bin/printenv in perl/printenv.pl [[any other Perl CGI script would do]].


The software versions are Apache/2.0.50 (Gentoo/Linux)
mod_perl/1.99_11
Perl/v5.8.4

Stephan, please install the latest mod_perl version which is 1.99_14. If the problem persists, please submit a complete bug report as explained here: http://perl.apache.org/bugs/. Thank you.



-- __________________________________________________________________ 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

--
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



Reply via email to