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