Hi,
I have problems having mod_perl show his warnings: setting PerlWarn to On,
nothing appears into the ErrorLog.
I tried to change che LogLevel down to "debug": other messages do appear,
but not the perl warnings.

I'm using Perl 5.6.0, mod_perl 1.24, apache 1.3.12 as localhost. The same
script issues warnings, as expected, using linux as web-server.

This is the area in my httpd.conf file:
-------------------------------------------------------------------------------
LoadModule perl_module modules/ApacheModulePerl.dll
PerlWarn On
ScriptAlias /perl/test/ q:/web/perl/test/
<Location /perl/test>
    SetHandler perl-script
    PerlHandler Apache::Registry
    PerlSendHeader On
    Options +ExecCGI
</Location>
-------------------------------------------------------------------------------

What am I missing ?
Any help would be appreciated, thanks.
Franco

Reply via email to