#
# Simple Mason configuration via httpd.conf directives.
#
# Make sure to preload as much code as we can in the parent process.
PerlModule HTML::Mason::ApacheHandler
PerlModule Apache::Request
# Serve these requests through Mason.
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
# Hide private components from users.
SetHandler perl-script
PerlInitHandler Apache::Constants::NOT_FOUND