]> git.pld-linux.org Git - packages/rt.git/commitdiff
- added Order
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Tue, 20 Jan 2009 10:20:57 +0000 (10:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt-apache.conf -> 1.2

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.037013 seconds and 4 git commands to generate.