[Nomads-pm] Mason, Apache::Request and mod_perl

Michael S. E. Kraus mkraus at wilddsl.com.au
Thu Mar 31 18:47:16 PST 2005


Ok... I've found my own solution...

Under Apache2 (I.e. standard Apache httpd under FC), rather than having 
something like:
---snip---
PerlModule HTML::Mason::ApacheHandler

<Location />
    SetHandler perl-script
    PerlHandler HTML::Mason::ApacheHandler
</Location>
---snip---

In the httpd.conf - you need something like the following instead:
---snip---
PerlModule Apache2
PerlModule Apache::compat
PerlSetVar MasonArgsMethod  CGI

PerlModule HTML::Mason::ApacheHandler

<Location />
    SetHandler perl-script
    PerlHandler HTML::Mason::ApacheHandler
</Location>
---snip---

All the best...

Mike   <uttering words into the darkness> 




More information about the Nomads-pm mailing list