I could not find any perl config in /opt/lampp/etc/httpd.conf.

link|improve this question

33% accept rate
feedback

2 Answers

You should be able to find your answer here: http://www.apachefriends.org/f/viewtopic.php?p=173024

link|improve this answer
I could not find that line Include "conf/extra/httpd-perl.conf" in the conf file at all! – powerboy May 29 '11 at 11:38
feedback

You should search your configs for string LoadModule perl_module path/to/module_binary. For example, egrep -r 'LoadModule.*perl_module' /path/to/your/apache/etc

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.