]> git.pld-linux.org Git - packages/rt.git/blob - rt-apache.conf
- working conf for apache2, thx arekm
[packages/rt.git] / rt-apache.conf
1 DocumentRoot /usr/share/rt3/html
2
3     Alias /NoAuth/images/ /usr/share/rt3/html/NoAuth/images/
4     Alias /error/ "/home/services/httpd/error/"
5     #AddHandler fastcgi-script fcgi
6     #ScriptAlias / /usr/bin/mason_handler.fcgi/
7     AddDefaultCharset UTF-8
8
9     PerlModule Apache2::compat
10
11     PerlModule Apache::DBI
12     PerlRequire /usr/bin/webmux.pl
13
14     <Location /error>
15     </Location>
16
17     <Location />
18 #        AuthUserFile /usr/share/rt3/html
19 #        AuthGroupFile /dev/null
20 #        AuthName Strefa-admin
21 #        AuthType Basic
22         AddDefaultCharset UTF-8
23         Options ExecCGI
24
25         # SetHandler default
26
27 #       RewriteEngine On
28 #       RedirectMatch permanent (.*)/$ $1/index.html
29
30         SetHandler perl-script
31         PerlHandler RT::Mason
32     </Location>
This page took 0.103472 seconds and 4 git commands to generate.