Re: PerlInterpMaxRequests

2005-09-23 Thread Philip M. Gollucci
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/pr

Re: PerlInterpMaxRequests

2005-09-22 Thread Fabian Kreitner
p M. Gollucci wrote: 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.h

Re: PerlInterpMaxRequests

2005-09-21 Thread Fabian Kreitner
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_PerlInterpMaxRequests_ http://perl.apache.org/docs/2.0/user/config/config.html

Re: PerlInterpMaxRequests

2005-09-21 Thread Philip M. Gollucci
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

PerlInterpMaxRequests

2005-09-21 Thread Fabian Kreitner
/html PerlOptions +Parent PerlInterpStart 1 PerlInterpMax 1 PerlInterpMaxRequests 1 PerlResponseHandler ModPerl::PerlRunPrefork SetHandler perl-script PerlOptions -ParseHeaders Options +ExecCGI ... should allow those sc