|
Here is a bit more info my httpd.conf where I load the mod perl : LoadModule perl_module modules/mod_perl.so LoadFile "C:/Perl/bin/perl58.dll" LoadFile "c:/apache/Server/Apache2/bin/libapreq2.dll" LoadModule apreq_module modules/mod_apreq2.so PerlModule Apache2 ----------------------------- where I configure my directory Alias /ir/ "C:/apache/ir/" <Directory "C:/apache/ir/"> SetHandler perl-script Options +ExecCGI PerlSendHeader On Allow from all </Directory> ------------------------------------- the error log after I try to start apache [Tue Oct 04 13:24:00 2005] [error] Can't load Perl module Apache2 for server server.bulls.com:8080, exiting... ------------------------------------ Any help greatly appreciated. thanks troy ------------------------- Tom Schindl wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Troy Bull wrote:I have Apache I downloaded from apache.org. I got the ppm for mod_perl from the binary distribution site mentioned on the apache help page. I installed it using ppm (active state). And when I add the following line |
- Re: Problems Getting Mod Perl To Work on Windows Tom Schindl
- Re: Problems Getting Mod Perl To Work on Windows Troy Bull
- Re: Problems Getting Mod Perl To Work on Windows Randy Kobes
- Re: Problems Getting Mod Perl To Work on Windows Frank Wiles
- Re: Problems Getting Mod Perl To Work on Windows Kenny Gatdula
