OK, I thought I would try Mason tonight.
I loaded this into httpd.conf and restarted OK:
-----
PerlModule HTML::Mason::ApacheHandler
<Location />
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
</Location>
-----
I added:
<% 2+2 %>
Into an HTML page just like the docs suggested.
I get "<% 2+2 %>" and not the expected 4.
Are there any logs for Mason?
--
Immature artists imitate, mature artists steal.
-- Lionel Trilling
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: Mason, step one Tom Allison
- Re: Mason, step one Klaus Thielking-Riechert
- Re: Mason, step one tallison