Re: help! mod_perl on Win32 error

2004-12-20 Thread Randy Kobes
On Mon, 20 Dec 2004, Jeff Griffiths wrote: > I'm trying to get mod_perl running on Windows using: > > Apache 2.0.52 > ActivePerl 5.8.6 build 811 > mod_perl from theoryx5 > > the relevant httpd.conf bits are: > > ## Apache 2 mod_perl stuff { jeffg } > > LoadFile "C:/Perl/bin/perl58.dll" > LoadModul

help! mod_perl on Win32 error

2004-12-20 Thread Jeff Griffiths
I'm trying to get mod_perl running on Windows using: Apache 2.0.52 ActivePerl 5.8.6 build 811 mod_perl from theoryx5 the relevant httpd.conf bits are: ## Apache 2 mod_perl stuff { jeffg } LoadFile "C:/Perl/bin/perl58.dll" LoadModule perl_module modules/mod_perl.so PerlModule Apache2 mod_perl seems