]> git.pld-linux.org Git - packages/rt.git/blobdiff - rt-apache.conf
- use working conf as default for webapps
[packages/rt.git] / rt-apache.conf
index d9c83422243af91592e4e27cd07f63c5bec0c9be..daeb4c0c2036d34f94f2d3e5d59e9fec9e738738 100644 (file)
@@ -1,3 +1,12 @@
+<Directory "/usr/share/rt3/html">
+       AllowOverride all
+       #ExecCGI on                                                                                                                                                  
+       <IfModule mod_authz_host.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
+</Directory>
+
 DocumentRoot /usr/share/rt3/html
 
     Alias /NoAuth/images/ /usr/share/rt3/html/NoAuth/images/
This page took 0.067306 seconds and 4 git commands to generate.