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 probably help to see how to abstract the
> two and reduce code duplication.
that looks good, but we also need to support Perl{Module,Require}
in .htaccess as 1.x does. but that can always happen later.
> Probably the naming convention could be improved as well.
just s/exec/apply/ would be fine. and those functions should not exit(),
but return TRUE or FALSE and let the caller decide what todo. that will
be important for .htaccess support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]