On Thu, 3 Oct 2002, Paul Simon wrote: > If I try to call index.cgi under /test/index.cgi, the page just > hangs. index.cgi works as a straight CGI page. Here it is: > #!C:/Perl/bin/Perl.exe > > print "Content-type: text/plain\n\n"; > print "mod_perl 2.0 rocks!\n"; [ .. ]
I just upgraded all the Win32 binaries on our site for both mod_perl-2 and mod_perl-1, including the ppm files and the all-in-one packages, to use the latest Apache sources (2.0.43 and 1.3.27), in light of the security concerns in older versions. All the mod_perl tests for the various packages passed on my system, and in particular simple registry scripts work OK with perl-5.6.1 and this mod_perl-2 - you may want to give this a try. Note that the mod_perl version hasn't changed with these upgrades, so if you install via ppm, you may have to uninstall the current package first, or else force the install. -- best regards, randy