I'm using Apache 2. I know how to handle .pl files as "cgi-script", but mod_perl is supposedly way faster. I successfully built and installed mod_perl, but how do I change httpd.conf so that .pl files will be handled by mod_perl (and not as cgi-script)?
+3
A:
This might help you: http://perl.apache.org/docs/2.0/user/config/config.html
Chris Jester-Young
2009-01-03 19:43:39
Sadly, it doesn't; it doesn't say anything clear and simple about configuring handlers.
2009-01-03 19:56:57
+2
A:
I'm fairly certain as long as you have the module loaded, you can just add a
AddHandler mod_perl .pl
contagious
2009-01-03 19:44:18