Re: cvs commit: modperl/src/modules/perl perl_config.c

2000-09-27 Thread Doug MacEachern
On Wed, 27 Sep 2000, Salvador Ortiz Garcia wrote: > The 'push_array(cls->Perl...' in both cases can be put inside an else part > for the 'if(PERL_RUNNING()) {' to make clear that the process were > delayed. good idea. > btw, when i was making the patch, i realize that right now the inline > P

Re: cvs commit: modperl/src/modules/perl perl_config.c

2000-09-27 Thread Salvador Ortiz Garcia
On Wed, 27 Sep 2000, Doug MacEachern wrote: > On Tue, 26 Sep 2000, Salvador Ortiz Garcia wrote: > > > IMHO the real problem relies in allow Perl{Module|Require} directives in > > .htaccess files, The cls->PermModule and cls->PerlRequire arrays are both > > in the per server part of mod_perl con

Re: Apache::Dprof Module

2000-09-27 Thread Yu-Fei Shen
Randy, Thanks for the information, and they have been very helpful to me. I did follow the manual instructions (listed in Apache::DProf) when you suggested to me the first time. The reason that I couldn't get it working is because I used "-d:Dprof" instead of "-d:DProf" (sorry for the m

Re: cvs commit: modperl/src/modules/perl perl_config.c

2000-09-27 Thread Doug MacEachern
On Tue, 26 Sep 2000, Salvador Ortiz Garcia wrote: > IMHO the real problem relies in allow Perl{Module|Require} directives in > .htaccess files, The cls->PermModule and cls->PerlRequire arrays are both > in the per server part of mod_perl config, so allow to modify them (in > this case append to)