On Sun, 5 Aug 2001, Stas Bekman wrote:
> is this ok?
yeah, that'd be fine.
> Index: ./Apache-Test/lib/Apache/TestConfigPerl.pm
> ===
> RCS file:
> /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm,v
> r
On Sun, 5 Aug 2001, Stas Bekman wrote:
> I understand that. I was suggesting something like
>
> PerlOptions +Inherit
>
> So you don't have to explicitly configure each vh, which can be
> cumbersome if you have many vhs use the same modules, but a few ones which
> are different. I'm talking a
On Sun, 5 Aug 2001, Stas Bekman wrote:
> in fact I've realized that you cannot ahead what frame the actual
> filegeneration has been called from. Sometimes it's 2 and sometimes it's
> more:
that looks great, feel free to commit.
just remember whitespace style:
> +return "#WARNING: this fi
On Sun, 5 Aug 2001, Stas Bekman wrote:
> The following patch implements PerlModule and PerlRequire configuration
> directives, for the main server and virtual hosts. I apologize for putting
> both features in one patch, but the two are absolutely identical. having
> the two in the same patch will
On Mon, 6 Aug 2001, Doug MacEachern wrote:
> On Sun, 5 Aug 2001, Stas Bekman wrote:
>
> > I understand that. I was suggesting something like
> >
> > PerlOptions +Inherit
> >
> > So you don't have to explicitly configure each vh, which can be
> > cumbersome if you have many vhs use the same modu
On Mon, 6 Aug 2001, Doug MacEachern wrote:
> On Sun, 5 Aug 2001, Stas Bekman wrote:
>
> > The following patch implements PerlModule and PerlRequire configuration
> > directives, for the main server and virtual hosts. I apologize for putting
> > both features in one patch, but the two are absolute