Not sure if this is the best place for this topic, I'll try the Perl forum if I need to.....
I'm working on a web host that uses cpanel and seems to have mod_perl installed. I got them to install HTML::Mason but can't figure out how to get it working. The only thing cpanel allows me to do is set Apache handlers but I also have shell access.
Mason requires, as a bare minimum, the following in the config file:
Any idea how to get this working???
I'm working on a web host that uses cpanel and seems to have mod_perl installed. I got them to install HTML::Mason but can't figure out how to get it working. The only thing cpanel allows me to do is set Apache handlers but I also have shell access.
Mason requires, as a bare minimum, the following in the config file:
Code:
PerlModule HTML::Mason::ApacheHandler
<Location />
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
</Location>
Any idea how to get this working???