SOURCES: postnuke-apache.conf, phorum-apache.conf - AllowOverride ...

glen glen at pld-linux.org
Thu Mar 9 22:50:51 CET 2006


Author: glen                         Date: Thu Mar  9 21:50:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- AllowOverride None

---- Files affected:
SOURCES:
   postnuke-apache.conf (1.1 -> 1.2) , phorum-apache.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/postnuke-apache.conf
diff -u SOURCES/postnuke-apache.conf:1.1 SOURCES/postnuke-apache.conf:1.2
--- SOURCES/postnuke-apache.conf:1.1	Thu Mar  9 22:50:01 2006
+++ SOURCES/postnuke-apache.conf	Thu Mar  9 22:50:46 2006
@@ -1,5 +1,6 @@
 # $Id$
 Alias /postnuke /usr/share/postnuke
 <Directory /usr/share/postnuke>
+	AllowOverride None
 	Allow from all
 </Directory>

================================================================
Index: SOURCES/phorum-apache.conf
diff -u SOURCES/phorum-apache.conf:1.2 SOURCES/phorum-apache.conf:1.3
--- SOURCES/phorum-apache.conf:1.2	Wed Mar  8 17:27:35 2006
+++ SOURCES/phorum-apache.conf	Thu Mar  9 22:50:46 2006
@@ -1,5 +1,6 @@
 # $Id$
 Alias /phorum /usr/share/phorum/htdocs
 <Directory /usr/share/phorum/htdocs>
+	AllowOverride None
 	Allow from all
 </Directory>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/postnuke-apache.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/phorum-apache.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list