Stas Bekman wrote:
Joe Schaefer wrote:

Stas Bekman <[EMAIL PROTECTED]> writes:


Actually all sub-request, internal redirect tests hang. And the same
with httdpd-2.1/worker.



I get hanging tests also. The tipping point for me was revision 106655 of the modperl repository (106596 tests ok):


Wow, thanks Joe. Too bad I've rushed to ask httpd-dev :) I'll look at this.

Hopefully tinderboxes will be up soon so we will discover the guilty change immediately.

-<IfDefine PERL_ITHREADS>
+<IfDefine PERL_USEITHREADS>

The problem was in having:

    <IfDefine PERL_USEITHREADS>
        PerlInterpScope handler
    </IfDefine>

on the top level, instead of having it inside the relevant <Location> block. Now fixed.

--
__________________________________________________________________
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