Re: httpd crashes frequently with mod_perl 2.0.10

2018-09-05 Thread John Dunlap
Try switching to the prefork mpm. It's the only one I can get to work without crashing. On Wed, Sep 5, 2018 at 3:50 PM, Andrew Joshwa <4andrewjosh...@gmail.com> wrote: > Hello, > > > > I am encountering frequent occurrences of httpd crash in mod_perl/libperl > in HP-UX environment with Apache 2.4

httpd crashes frequently with mod_perl 2.0.10

2018-09-05 Thread Andrew Joshwa
Hello, I am encountering frequent occurrences of httpd crash in mod_perl/libperl in HP-UX environment with Apache 2.4.18 (mpm_worker) + Mod_perl 2.0.10 + perl 5.28 configuration Below is my sample (httpd.conf) LoadModule mpm_worker_module modules/mod_mpm_worker.so PerlModule TEST::coreit