[mp2] requesting URLs with path_info fails sometimes

2003-11-27 Thread awk-mp
1. Problem Description: I'm testing with the httpd-std.conf file that comes with the FreeBSD port's apache2 install, with the following additions: LoadModule perl_module libexec/apache2/mod_perl.so PerlModule Apache2 Alias "/cgi/" "/www/app/cgi/" SetHandler perl-script

Re: [mp2] requesting URLs with path_info fails sometimes

2003-11-28 Thread awk-mp
> I can't reproduce the problem with the cvs version of mod_perl, would you > consider giving it a try? I tried the CVS version, and no problems.. so it is fixed there. Previously I found that pre-loading the CGI's with RegistryLoader also avoided the errors. Either way, now I can get back to wo