# ----------- httpd.conf (excerpt) ------------------ ## Configuration for HTML::Mason (also a mod_perl thingy) Include conf/includes/mason.conf # ----------- includes/mason.conf ------------------- # Url-specific mason files (most) anywhere on the server # See mhtml_handler.pl for directories where this works and # global variables set for these .mhtml files. PerlRequire /home/httpd/mason/mhtml_handler.pl AddType text/html .mhtml SetHandler perl-script PerlHandler HTML::Mason::mhtml_handler DefaultType text/html