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