# $Id$ # this config file enables RT in a VirtualHost ServerName your.rt.server.hostname DocumentRoot /usr/share/rt3/html AddDefaultCharset UTF-8 # these four lines apply to Apache2+mod_perl2 only: PerlSetVar MasonArgsMethod CGI PerlModule Apache2 Apache::compat RewriteEngine On RewriteRule ^(.*)/$ $1/index.html PerlModule Apache::DBI PerlRequire /usr/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason # vim: filetype=apache ts=4 sw=4 et