SOURCES: lighttpd.conf - reorder modules load order as per configu...

glen glen at pld-linux.org
Sat Mar 18 00:20:20 CET 2006


Author: glen                         Date: Fri Mar 17 23:20:20 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reorder modules load order as per configuration.txt suggestion

---- Files affected:
SOURCES:
   lighttpd.conf (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.34 SOURCES/lighttpd.conf:1.35
--- SOURCES/lighttpd.conf:1.34	Thu Mar  9 20:18:45 2006
+++ SOURCES/lighttpd.conf	Sat Mar 18 00:20:15 2006
@@ -12,32 +12,32 @@
 # - saves memory
 
 server.modules = (
-	"mod_access",
-	"mod_accesslog",
+#	"mod_rewrite",
+#	"mod_redirect",
 #	"mod_alias",
+	"mod_access",
 #	"mod_auth",
+#	"mod_status",
+#	"mod_simple_vhost",
+#	"mod_evhost",
+#	"mod_userdir",
+#	"mod_secdownload",
+#	"mod_fastcgi",
+#	"mod_proxy",
 #	"mod_cgi",
 #	"mod_cml",
-#	"mod_compress",
-#	"mod_deflate",
+#	"mod_ssi",
 #	"mod_evasive",
-#	"mod_evhost",
-#	"mod_expire",
-#	"mod_fastcgi",
 #	"mod_flv_streaming",
 #	"mod_localizer",
-#	"mod_proxy",
-#	"mod_redirect",
-#	"mod_rewrite",
-#	"mod_rrdtool",
-#	"mod_secdownload",
 #	"mod_setenv",
-#	"mod_simple_vhost",
-#	"mod_ssi",
-#	"mod_status",
 #	"mod_trigger_b4_dl",
-#	"mod_userdir",
+#	"mod_compress",
+#	"mod_deflate",
 #	"mod_usertrack",
+#	"mod_expire",
+#	"mod_rrdtool",
+	"mod_accesslog"
 )
 
 ## a static document-root, for virtual-hosting take look at the
================================================================

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



More information about the pld-cvs-commit mailing list