does DirectAdmin have mod_perl installed?

No; If you have the knowledge you can install it yourself. It isn't a tricky thing to install.

- Steve
 
Hello,

It actually is installed, but the .htaccess files that are needed to be setup to make it work are not. (Google this)

John
 
DirectAdmin Support said:
Hello,

It actually is installed, but the .htaccess files that are needed to be setup to make it work are not. (Google this)

John

what do you mean by .htaccess? i'll like to google it but i'm confuse on what keyword do i type to get the result.

thank
 
Last edited:
Hello,

Try something like:
Code:
PerlModule Apache::PerlRun
SetHandler perl-script
PerlHandler Apache::PerlRun
Options ExecCGI
PerlSendHeader On
allow from all
Those are a smattering of commands that may work. I've honestly never played with it much myself, so not sure what to look for as for on/off.

John
 
Back
Top