On Tue, 7 Aug 2001, Stas Bekman wrote:
> like this?
>
> if (modperl_config_apply_PerlModule(s, scfg, perl, p) == FALSE){
> exit(1);
> }
yeah, but 'if (!modperl_config_apply_PerlModule(...)) {' is fine, we never
actually test if something == FALSE or == TRUE, just return those v
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
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