On Tue, 21 May 2002, Dan Wilga wrote:
 
> I am using Perl 5.6.1, modperl 1.25, and yes it's a DSO. It's compiled with:

with 1.25, you can also set the PERL_DESTRUCT_LEVEL environment variable 
to 2, either before starting the server:

export PERL_DESTRUCT_LEVEL=2
apachectl start

or using PerlSetEnv in httpd.conf

the fix in modperl-1.26 is simply to use that value by default.


Reply via email to