Re: mod_perl.so not found by Apache (win32)



On Mon, 5 Feb 2007 20:57:03 +1100, Gerwin wrote:

Hi

Show us lines 110 .. 120 of httpd.conf.

LoadFile "C:\Perl\bin\perl58.dll"
LoadModule perl_module modules/mod_perl.so

You've suppressed something, but anyway... Mine says:

LoadFile "c:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so

Note the slashes. Hard to believe, but that may be it.


.