Q: How to add mod_perl to apache that ships with slackware 10.2?
Details:
I'm trying to use an web app that requires mod_perl. I'm using apache included with slack 10.2.
I have a directive in httpd.conf like this:
But when running
Code:
apachectl configtest
I get:
Quote:
Syntax error on line 415 of /etc/apache/httpd.conf:
Invalid command 'PerlModule', perhaps mis-spelled or defined by a module not included in the server configuration
|
It's probably because mod_perl isn't included with this apache on slack. Is there a way to add mod_perl into apache?
Thanks