Problems getting Mason to work in Freeside... :-/
Evert Meulie
evert at witelcom.com
Tue Aug 3 01:42:55 PDT 2004
Hi!
I've installed HTML::Mason since I need it to get Freeside to work. I've
followed the instructions on http://www.sisd.com/freeside/docs/install.html
for installing HTML::Mason but I keep getting plain-text pages with <!--
mason kludge --> on top, instead of a processed page.
Does it matter where I put the following code in my httpd.conf?
=====
PerlModule HTML::Mason
<Directory /usr/local/apache/htdocs/freeside-mason>
<Files ~ (\.cgi)>
AddHandler perl-script .cgi
PerlHandler HTML::Mason
</Files>
<Perl>
require "/usr/local/etc/freeside/handler.pl";
</Perl>
</Directory>
=====
Who can lend me a hand? I'm lost! :-/
Regards,
Evert
More information about the freeside-users
mailing list