Configuration under mod_perl
- The simplest possible mod_perl configuration:
SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler
- All requests are handled by Mason.
- this is probably a bad idea.
SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler