Apache errors on the PerlHandler directive ?
You do not have mod_perl correctly installed for Apache. The PerlHandler directive in Apache *.conf files is an extension enabled by mod_perl and will not work if mod_perl is not correctly installed. Common user errors are not doing a ‘make install’ for mod_perl, which installs the perl side of mod_perl, and not starting the right httpd after building it. The latter often occurs when you have an old apache server without mod_perl, and you have built a new one without copying over to its proper location.
Related Questions
- I plugged in a version of Apache Xalan that I downloaded from the Apache Web site, and now I get errors when I try to transform documents. What is the problem?
- My Apache system hangs in some cases. What are the -12, 10053 and 10054 errors in the error.log?
- Apache errors on the PerlHandler or PerlModule directives ?