Masonの設定

/etc/httpd/conf.d/mason.conf を以下のように作成

PerlModule HTML::Mason::ApacheHandler
<LocationMatch "\.html$">
    SetHandler perl-script
    PerlHandler HTML::Mason::ApacheHandler
</LocationMatch>

これで、拡張子が.htmlのファイルがMasonで処理される。