Re: [patch] $Apache::Server::SaveConfig

2003-03-03 Thread Stas Bekman
Philippe M. Chiasson wrote: On Sun, 2003-03-02 at 12:31, Stas Bekman wrote: Philippe M. Chiasson wrote: Another section backwards-compatibility item on the TODO list. Perl $Apache::Server::SaveConfig = 1 in httpd.conf will retain all the code of the sections, otherwise, the whole namespace is

STDERR and XML::LibXSLT problem

2003-03-03 Thread Stas Bekman
it's nice to have each problem in a separate thread. thanks. Kurt George Gjerde wrote: > BTW: I've fixed my "can't coerce GLOB to string" problem I had last week. > Was unrelated to mod_perl (sorry). It seems XML::LibXSLT produced some > errors which went straight to STDERR. Under CGI these ends u

Re: Misc PerlOptions +Parent + PerlInterp*

2003-03-03 Thread Stas Bekman
Kurt George Gjerde wrote: On Sat, 1 Mar 2003, Stas Bekman wrote: There are two ways to debug this if you want to help. The easy way is to set in httpd.conf PerlTrace i as explained here: http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlTrace_ Would be glad to help but I use Randy

Re: Misc PerlOptions +Parent + PerlInterp*

2003-03-03 Thread Kurt George Gjerde
On Sat, 1 Mar 2003, Stas Bekman wrote: > There are two ways to debug this if you want to help. > > The easy way is to set in httpd.conf > PerlTrace i > as explained here: > http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlTrace_ Would be glad to help but I use Randy Kobes' (latest) w

Re: [patch] $Apache::Server::SaveConfig

2003-03-03 Thread Philippe M. Chiasson
On Sun, 2003-03-02 at 12:31, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > Another section backwards-compatibility item on the TODO list. > > > > Perl $Apache::Server::SaveConfig = 1 > > > > in httpd.conf will retain all the code of the sections, otherwise, > > the whole namespace is whi

SubRequest weirdness

2003-03-03 Thread Jon Salz
Sorry, I'm not sure if I've found a mod_perl bug or if I'm just doing something wrong. Any idea why the following behavior happens?: test1.pl is use Apache::SubRequest; Apache->request->lookup_uri("test2.pl")->run; test2.pl is print "Content-type: text/html\nSet-Cookie: foo=bar\n\nHello