On Sun, 2012-05-27 at 17:08 +0300, Kim B. Heino wrote: > > Please try applying 38093f9: > > Thanks, that fixed the problem. 3.8.12 + b7a5a53 + 38093f9 is now > running fine here.
Excellent. I expect to roll 3.8.13rc2 shortly, then. > > curious to know what version of mod_perl you're running (check your > > error logs on Apache startup), and the output of `apache2 -V` > > This is RHEL5, so it's mod_perl-2.0.4-6.el5 and Apache: > > Server version: Apache/2.2.3 > Server loaded: APR 1.2.7, APR-Util 1.2.7 > Compiled using: APR 1.2.7, APR-Util 1.2.7 > Architecture: 64-bit > Server MPM: Prefork > threaded: no > forked: yes (variable process count) OK, that confirms what we believed to be the circumstances necessary: 1) RT 3.8.x 2) mod_perl <= 2.0.4 3) prefork MPM 4) SetHandler perl-script - Alex
