NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
mod_perl & Mason too hard? (Score:3, Informative)
PerlSetVar MasonCompRoot
PerlSetVar MasonDataDir
<FilesMatch "*.mason">
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
</FilesMatch>
Is that so hard?
Re:mod_perl & Mason too hard? (Score:1)
Jason
Re:mod_perl & Mason too hard? (Score:2)
You could compile _another_ apache/mod_perl server.
If you already have a two-tier setup done then it's a piece of cake. Just add extra rewrite rules for the new (2nd) apache/mod_perl server.
Reply to This
Parent