SOURCES: apache1-mod_autoindex.conf, apache1-mod_alias.conf - /ico...

glen glen at pld-linux.org
Wed Dec 26 22:44:32 CET 2007


Author: glen                         Date: Wed Dec 26 21:44:32 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- /icons alias moved from mod_alias to mod_autoindex config

---- Files affected:
SOURCES:
   apache1-mod_autoindex.conf (1.4 -> 1.5) , apache1-mod_alias.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/apache1-mod_autoindex.conf
diff -u SOURCES/apache1-mod_autoindex.conf:1.4 SOURCES/apache1-mod_autoindex.conf:1.5
--- SOURCES/apache1-mod_autoindex.conf:1.4	Wed Dec 21 14:22:46 2005
+++ SOURCES/apache1-mod_autoindex.conf	Wed Dec 26 22:44:27 2007
@@ -1,6 +1,17 @@
 # $Id$
 LoadModule autoindex_module modules/mod_autoindex.so
 
+<IfModule mod_alias.c>
+	Alias /icons/ "/usr/share/apache-icons/"
+
+	<Directory "/usr/share/apache-icons">
+		Options Indexes MultiViews
+		AllowOverride None
+		Order allow,deny
+		Allow from all
+	</Directory>
+</IfModule>
+
 #
 # Directives controlling the display of server-generated directory listings.
 #

================================================================
Index: SOURCES/apache1-mod_alias.conf
diff -u SOURCES/apache1-mod_alias.conf:1.4 SOURCES/apache1-mod_alias.conf:1.5
--- SOURCES/apache1-mod_alias.conf:1.4	Fri Dec 30 15:04:57 2005
+++ SOURCES/apache1-mod_alias.conf	Wed Dec 26 22:44:27 2007
@@ -8,14 +8,6 @@
 # require it to be present in the URL.  So "/icons" isn't aliased in this
 # example, only "/icons/"..
 #
-Alias /icons/ "/home/services/apache/icons/"
-
-<Directory "/home/services/apache/icons">
-	Options Indexes MultiViews
-	AllowOverride None
-	Order allow,deny
-	Allow from all
-</Directory>
 
 Alias /manual/ "/usr/share/apache1-manual/"
 <Directory "/usr/share/apache1-manual">
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1-mod_autoindex.conf?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1-mod_alias.conf?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list