Fabian Kreitner wrote:
Fabian Kreitner wrote:
PerlInterpStart 1
PerlInterpMax 1
PerlInterpMaxRequests 1
This works for me.
FYI, you need an ithread enabled perl, but you probably know that or you
wouldn't have gotten this far :)
DocumentRoot /httpd-2.0.54/prefork-ithr
Well, I found the problem. I need to set ...
(1) KeepAlive Off
(2) MaxRequestsPerChild 1
(1) can be set in the virtual host, unfortunately (2) cant. So it will
be a global performance hit :-(
If I leave MaxRequestsPerChild > 1 it will cycle between several perl
threads (checked with /perl-statu
Thank you for your suggestion.
Unfortunately MaxRequestsPerChild cannot be set in a virtual host.
Setting it outside and removing PerlOptions +Parent didnt change the
behaviour either.
Philip M. Gollucci wrote:
Fabian Kreitner wrote:
PerlInterpStart 1
PerlInterpMax 1
Per
Fabian Kreitner wrote:
PerlInterpStart 1
PerlInterpMax 1
PerlInterpMaxRequests 1
You might try setting:
MaxRequestsPerChild 1
for preform mpm
Though I thought
PerlInterpMaxRequests 1
should work too
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlInterpMaxRequest