]> git.pld-linux.org Git - packages/rt.git/blame - rt-apache_dir.conf
- removed old options according to docs/UPGRADING-4.0:
[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
9446e82c 7
8RewriteEngine On
9#RewriteLogLevel 9
10#RewriteLog /var/log/httpd/rewrite.log
11RewriteCond %{REQUEST_URI} ^/rt/
12RewriteRule ^(.*)/$ $1/index.html [PT,NS]
13
14Alias /rt "/usr/share/rt3/html"
15
16<Directory "/usr/share/rt3/html">
17 AddDefaultCharset UTF-8
18
19 PerlSetVar MasonArgsMethod CGI
20
21 SetHandler perl-script
22 PerlHandler RT::Mason
23</Directory>
24
25# vim: filetype=apache ts=4 sw=4 et
This page took 0.051997 seconds and 4 git commands to generate.