On Thursday, 23 February 2012 01:39:02 alexander.elg...@t-systems.com wrote:
> Hope this was the requested information.
I meant the httpd.conf.
The one thing I noticed at the first glance is that there isn't any modperl
related directive other than the LoadModule. If nobody beats me to it I'll
perl_module modules/mod_perl.so
===
Hope this was the requested information.
Von: Torsten Förtsch [torsten.foert...@gmx.net]
Gesendet: Mittwoch, 22. Februar 2012 19:07
An: modperl@perl.apache.org
Cc: Elgert, Alexander
Betreff: Re: mod_
On Wednesday, 22 February 2012 16:13:19 alexander.elg...@t-systems.com wrote:
> My fix:
> cd mod_perl-2.0.5/src/modules/perl
> vi modperl_pcw.c # ap_pcw_walk_files_config
>
> if (0 == dconf->sec_file) { // nullpointer fix
> return;
> }
>
>
> Now the daemon seems to work, but I do
Hello,
I got a nullpointer from mod_perl2 on a solaris x86 machine in:
#0 0xfca42b00 in ap_pcw_walk_files_config () from /opt/ae/modules/mod_perl.so
#1 0xfca42c9e in ap_pcw_walk_config () from /opt/ae/modules/mod_perl.so
#2 0xfca4294a in modperl_mgv_hash_handlers () from /opt/ae/modules/mod_pe