On the server side, I used PHP to whip out some dynamic pages to output Palm-friendly HTML pages - I'm coming to find PHP an invaluable tool, especially with my Web endeavours. I've given up on mod_perl & HTML::Mason - they're just too complicated to setup and master. I do love the Perl syntax though
Jason
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?
Reply to This
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.