# Note: taken from the Debian package # Include this file with: # # Include /etc/request-tracker3.4/apache-modperl.conf # # in a VirtualHost section of your Apache configuration file. # # You will need to enable the Apache modules: perl, actions, rewrite # You might want to enable this line # AddDefaultCharset UTF-8 PerlRequire /opt/rt/bin/webmux.pl PerlModule Apache::DBI PerlFreshRestart Off Alias /rt /opt/rt/share/html # We need this to prevent requests for images being sent through to # the RT::Mason handler. SetHandler default-handler SetHandler perl-script PerlHandler RT::Mason