Page 1 of 1

problem with perl

PostPosted: 26. February 2006 22:47
by 01satkins
after installing perl apache would no longer start. executing the batch file indicated that modules/mod_perl.so could not be found as loaded in extras/perl.conf. the file mod_perl.so is definately there and is linked to correctly but apache still inists it cant find it.

Code: Select all
LoadModule perl_module modules/mod_perl.so

PostPosted: 27. February 2006 09:07
by alucard01
can you apache start without including the perl.conf file.

that is, what happen if you comment out the Include conf/perl.conf in httpd.conf?