Hi,
I'm using mod_perl 2.0.1 on Apache/2.0.54 on Windows Server 2003
using standard configuration. I am trying to run the code for the
http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check W3C Markup
Validator, changed to use SGML::Parser::OpenSP to interface with the
OpenSP library instead of
* Bjoern Hoehrmann wrote:
>This is what HTML::Template would generate for the request if no
>parameters are set. Parameters should be set though and this is
>the output even if the corresponding print() is commented out, so
>this output is a bit strange and unexpected. Again, this h
* Bjoern Hoehrmann wrote:
>>The test input I'm using should yield in 102 reported errors.
>>Under normal load, only 94 errors are reported (the last 8 errors
>>are missing), under heavy load, sometimes, 102 erors are reported.
>
>I could track this down to input lik
Hi,
Apache/2.0.54 with mod_perl 2.0.1 on Windows Server 2003, mostly
standard configuration using mod_perl like
SetHandler perl-script
PerlOptions +ParseHeaders
PerlResponseHandler ModPerl::Registry
LoadFile "d:/Perl/bin/perl58.dll"
LoadModule perl_modu
Hi,
http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check v1.437, there
is a callback with 'return; # Don't report this as a normal error.' at
the end of the script. If the return is changed into a "next" it will
crash Apache when running under mod_perl 2.0.1 / Apache/2.0.54 on w2k3
though I co