On 10-09-29 11:07 AM, Torsten Förtsch wrote:
I suspect that should be either
<Perl>
use Apache2::SizeLimit;
Apache2::SizeLimit->set_max_process_size(150_000);
Apache2::SizeLimit->set_min_shared_size(10_000);
Apache2::SizeLimit->set_max_unshared_size(120_000);
</Perl>
or
PerlLoadModule Apache2::SizeLimit
<Perl>
Apache2::SizeLimit->set_max_process_size(150_000);
Apache2::SizeLimit->set_min_shared_size(10_000);
Apache2::SizeLimit->set_max_unshared_size(120_000);
</Perl>
PerlModule is executed later.
Both of those configs yield the same error message on this box.
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]