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: 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)

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

2000-09-26 Thread Salvador Ortiz Garcia
On 26 Sep 2000 [EMAIL PROTECTED] wrote: > dougm 00/09/26 14:02:44 > > Modified:.Changes >src/modules/perl perl_config.c > Log: > fix for Perl{Module,Require} in .htaccess > > Revision ChangesPath > 1.524 +3 -0 modperl/Changes > >