Re: Please help adding ModPerl::Interpreter

2007-10-09 Thread Geoffrey Young
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

Please help adding ModPerl::Interpreter

2007-10-09 Thread Torsten Foertsch
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

Re: [mp2] mod_perl closes apache's stdin and/or stdout

2007-10-09 Thread Dmitry Karasik
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

Re: [mp2] mod_perl closes apache's stdin and/or stdout

2007-10-09 Thread Philippe M. Chiasson
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 ==