You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2002/05/21 00:06:24 UTC

Re: [Win32] mod_perl-2 test configuration

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: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [Win32] mod_perl-2 test configuration

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Mon, 20 May 2002, Doug MacEachern wrote:

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

No, it went away, for some reason ... It may be something
changed since then, or I had been playing with my httpd.conf
that broke something ... But I just tried it with a clean
install, and it was fine. Thanks.

best regards,
randy


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org