]> git.pld-linux.org Git - packages/rt.git/blame - rt-apache.conf
- rel 2; RT_Config.pm isn't typical config. It shouldn't be changed. Overwrite local...
[packages/rt.git] / rt-apache.conf
CommitLineData
a30753f5
SP
1<Directory "/usr/share/rt3/html">
2 AllowOverride all
3 #ExecCGI on
4 <IfModule mod_authz_host.c>
5 Order allow,deny
6 Allow from all
7 </IfModule>
8</Directory>
9
ea929c0c 10# XXX: you don't overwrite global documentroot. if you want virtualhost sample add VirtualHost...
a9d0f0a4 11#DocumentRoot /usr/share/rt3/html/
eee048e8
SP
12
13 Alias /NoAuth/images/ /usr/share/rt3/html/NoAuth/images/
14 Alias /error/ "/home/services/httpd/error/"
15 #AddHandler fastcgi-script fcgi
16 #ScriptAlias / /usr/bin/mason_handler.fcgi/
17 AddDefaultCharset UTF-8
18
19 PerlModule Apache2::compat
20
21 PerlModule Apache::DBI
22 PerlRequire /usr/bin/webmux.pl
23
24 <Location /error>
25 </Location>
26
27 <Location />
28# AuthUserFile /usr/share/rt3/html
29# AuthGroupFile /dev/null
30# AuthName Strefa-admin
31# AuthType Basic
32 AddDefaultCharset UTF-8
33 Options ExecCGI
34
35 # SetHandler default
36
37# RewriteEngine On
38# RedirectMatch permanent (.*)/$ $1/index.html
39
40 SetHandler perl-script
41 PerlHandler RT::Mason
42 </Location>
This page took 0.117247 seconds and 4 git commands to generate.