如何禁用xampp for linux 1.7.4上的mod_perl?

我在/opt/lampp/etc/httpd.conf中找不到任何perlconfiguration。

你应该能够在这里find你的答案: http : //www.apachefriends.org/f/viewtopic.php?p = 173024

你应该search你的configuration的stringLoadModule perl_module path/to/module_binary 。 例如, egrep -r 'LoadModule.*perl_module' /path/to/your/apache/etc

我想我有这个问题。 解决方法是在httpd.conf中更改这一行:

 AddHandler cgi-script .cgi .pl .asp 

成:

 AddHandler cgi-script .cgi .asp 

(删除“.pl”)