I'm not a modperl expert, but I do know that modperl does some unusual
things with threads and memory, to try to make separate threads act more
like separate processes, i.e., to treat separate threads as though they
had separate memory spaces. However, I think it may depend on which
worker model y
Hi,
I am using httpd 2.2.23 (worker MPM), perl 5.14.2, mod-perl-2.0.7 on a
64bit-CentOS-6.3 system and received every 2-4 hours a Segmentation fault
(maybe from the output filter). :-(
My apache config looks like:
Order Allow,Deny
Allow from all
RewriteEngine On
#many rules here
Rewr