]> git.pld-linux.org Git - packages/rt.git/blob - rt-apache.conf
- rel 1; works for me; fix missing links on search results
[packages/rt.git] / rt-apache.conf
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
10 # XXX: you don't overwrite global documentroot. if you want virtualhost sample add VirtualHost...
11 #DocumentRoot /usr/share/rt3/html/
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.075839 seconds and 3 git commands to generate.