Hi all,
I'm having a frustrating time with mod_perl...
Configuration:
-- apache 1.3.22
-- mod_perl 1.26
Static configuration & installation all goes fine, and when I run httpd
(w/o modification, off of a straight install) the child pids crash when
loading /. (Loading /index.html works fine. Perl files do not.)
The specific error messages is this:
[Mon Dec 10 00:46:01 2001] [notice] child pid 31524 exit signal Segmentation fault
(11), possible coredump in /disk/u/t/software/try2/ap-install
When I do a gdb on the resulting core dump, I find that it's crashing in
perl_handler().
Any ideas?
thanks,
--titus