SOURCES: apache-mod_autoindex.conf - updated

glen glen at pld-linux.org
Sun Dec 18 20:39:57 CET 2005


Author: glen                         Date: Sun Dec 18 19:39:57 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   apache-mod_autoindex.conf (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/apache-mod_autoindex.conf
diff -u SOURCES/apache-mod_autoindex.conf:1.6 SOURCES/apache-mod_autoindex.conf:1.7
--- SOURCES/apache-mod_autoindex.conf:1.6	Wed Dec 14 22:50:18 2005
+++ SOURCES/apache-mod_autoindex.conf	Sun Dec 18 20:39:52 2005
@@ -25,8 +25,10 @@
 <Directory "/home/services/httpd/icons">
     Options Indexes MultiViews
     AllowOverride None
-    Order allow,deny
-    Allow from all
+	<IfModule mod_authz_host.c>
+        Order allow,deny
+        Allow from all
+    </IfModule>
 </Directory>
 
 #
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-mod_autoindex.conf?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list