trying to use HTML::Mason on apache2 but scripts come up as plaintext in the browser
am 23.10.2006 07:50:29 von Adam LawsonI've been trying different routes in order to get HTML::Mason scripts to
work....but the scripts come up as plain text in the browser
I have mod_perl and HTML::Mason loaded and Apache httpd-2.2.3
here is my what is added in my httpd.conf
LoadModule perl_module /usr/local/apache2/modules/mod_perl.so
PerlModule HTML::Mason::ApacheHandler
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler