Torsten Foertsch wrote:
> Hi,
>
> for testing purposes I need an interface to the modperl_interp_t. That means
> I'd like to check the current interp's refcnt and num_requests members from
> perl level.
>
> So I thought of adding a ModPerl::Interpreter XS module. But after reading
> http://p
Hi,
for testing purposes I need an interface to the modperl_interp_t. That means
I'd like to check the current interp's refcnt and num_requests members from
perl level.
So I thought of adding a ModPerl::Interpreter XS module. But after reading
http://perl.apache.org/docs/2.0/devel/core/explain
There's one thing, it might be important, and might be not. The 'Alias'
setting didn't work on my setup, so instead of finding what's wrong with Alias,
I changed the config so the setup has two different but identical files perform
mod_perl and cgi requests. So this section was (to be pedantic) d
Dmitry Karasik wrote:
>> Does this test pass for you when you apply the patch in this thread?
>> http://marc.info/?l=apache-modperl&m=119072925228529&w=2
>
> You mean my own patch? Yes, it does pass with the patch applied.
Here is what I am testing with:
Index: ModPerl-Registry/t/stdin.t
==