SOURCES: lighttpd-mod_indexfile.conf - have index.html before inde...

glen glen at pld-linux.org
Tue Apr 3 23:15:30 CEST 2007


Author: glen                         Date: Tue Apr  3 21:15:30 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- have index.html before index.php as by default php is not installed

---- Files affected:
SOURCES:
   lighttpd-mod_indexfile.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_indexfile.conf
diff -u SOURCES/lighttpd-mod_indexfile.conf:1.3 SOURCES/lighttpd-mod_indexfile.conf:1.4
--- SOURCES/lighttpd-mod_indexfile.conf:1.3	Mon Jul 17 18:41:11 2006
+++ SOURCES/lighttpd-mod_indexfile.conf	Tue Apr  3 23:15:25 2007
@@ -7,8 +7,8 @@
 
 # files to check for if .../ is requested
 server.indexfiles = (
-	"index.php",
 	"index.html",
 	"index.htm",
+	"index.php",
 	"default.htm",
 )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_indexfile.conf?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list