Markus Wichitill wrote:
Stas Bekman wrote:

Ok, so the current svn with this patch pass 100%?

Index: t/response/TestApache/cgihandler.pm
===================================================================
--- t/response/TestApache/cgihandler.pm (revision 109678)
+++ t/response/TestApache/cgihandler.pm (working copy)
@@ -40,12 +40,6 @@

 1;
 __END__
-<NoAutoConfig>
-<Location /TestApache__cgihandler>
-    <IfDefine PERL_USEITHREADS>
-        PerlInterpScope handler
-    </Ifdefine>
-    SetHandler perl-script
-    PerlResponseHandler TestApache::cgihandler
-</Location>
-</NoAutoConfig>
+SetHandler perl-script
+PerlResponseHandler TestApache::cgihandler
+


Well, it seems to fix this topic's crashes, like the manual removing of "PerlInterpScope handler" did.

Thanks, I'll commit it and later on, post-2.0 we will try working on those interpscope directives.


The hopefully unrelated hang-until-timeout in t/filter/both_str_req_proxy and t/modules/proxy still happen.

Can you remind me what are you talking about? (e.g. a link to the report in the archives)



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to