SOURCES: rt-apache.conf - added Order

paszczus paszczus at pld-linux.org
Tue Jan 20 11:21:03 CET 2009


Author: paszczus                     Date: Tue Jan 20 10:21:03 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added Order

---- Files affected:
SOURCES:
   rt-apache.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/rt-apache.conf
diff -u SOURCES/rt-apache.conf:1.1 SOURCES/rt-apache.conf:1.2
--- SOURCES/rt-apache.conf:1.1	Tue Jan 20 11:07:39 2009
+++ SOURCES/rt-apache.conf	Tue Jan 20 11:20:57 2009
@@ -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/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rt-apache.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list