On Sat, 20 Apr 2002, Randy Kobes wrote:
> On Sat, 20 Apr 2002, Randy Kobes wrote:
>
> > Hi,
> > I was having problems on Win32 when building mod_perl-2 (with
> > the latest cvs modperl-2/httpd-2 sources) with the generated
> > t/conf/httpd.conf - some needed modules weren't being loaded (eg,
> > log_config_module, for the TransferLog directive), and also the
> > file specifying the TypesConfig directive was getting mangled
> > when substituting for @ServerRoot@. The following diff fixes
> > those problems (this is on ActivePerl 631, with WinXP).
randy, is this still an issue?
> + return catfile $self->{httpd_basedir}, $file if (WIN32);
> +
> $base ||= $self->{inherit_config}->{ServerRoot};
what was the value of $self->{inherit_config}->{ServerRoot}, empty or ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]