]> git.pld-linux.org Git - packages/rt.git/blame - rt-apache_dir.conf
- rel 2; RT_Config.pm isn't typical config. It shouldn't be changed. Overwrite local...
[packages/rt.git] / rt-apache_dir.conf
CommitLineData
9446e82c 1# $Id$
2# this config file enables RT in http://host/rt/
3
4PerlModule Apache2
5PerlModule Apache::compat
6PerlModule Apache::DBI
7PerlRequire /usr/bin/webmux.pl
8
9RewriteEngine On
10#RewriteLogLevel 9
11#RewriteLog /var/log/httpd/rewrite.log
12RewriteCond %{REQUEST_URI} ^/rt/
13RewriteRule ^(.*)/$ $1/index.html [PT,NS]
14
15Alias /rt "/usr/share/rt3/html"
16
17<Directory "/usr/share/rt3/html">
18 AddDefaultCharset UTF-8
19
20 PerlSetVar MasonArgsMethod CGI
21
22 SetHandler perl-script
23 PerlHandler RT::Mason
24</Directory>
25
26# vim: filetype=apache ts=4 sw=4 et
This page took 0.045418 seconds and 4 git commands to generate.