SOURCES: lighttpd-mod_access.conf, lighttpd-mod_accesslog.conf, li...

glen glen at pld-linux.org
Mon Jul 17 18:41:16 CEST 2006


Author: glen                         Date: Mon Jul 17 16:41:16 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- unified header

---- Files affected:
SOURCES:
   lighttpd-mod_access.conf (1.2 -> 1.3) , lighttpd-mod_accesslog.conf (1.2 -> 1.3) , lighttpd-mod_alias.conf (1.2 -> 1.3) , lighttpd-mod_auth.conf (1.2 -> 1.3) , lighttpd-mod_cgi.conf (1.3 -> 1.4) , lighttpd-mod_cml.conf (1.3 -> 1.4) , lighttpd-mod_compress.conf (1.2 -> 1.3) , lighttpd-mod_deflate.conf (1.1 -> 1.2) , lighttpd-mod_dirlisting.conf (1.3 -> 1.4) , lighttpd-mod_evasive.conf (1.2 -> 1.3) , lighttpd-mod_evhost.conf (1.2 -> 1.3) , lighttpd-mod_expire.conf (1.2 -> 1.3) , lighttpd-mod_fastcgi.conf (1.4 -> 1.5) , lighttpd-mod_flv_streaming.conf (1.1 -> 1.2) , lighttpd-mod_indexfile.conf (1.2 -> 1.3) , lighttpd-mod_proxy.conf (1.3 -> 1.4) , lighttpd-mod_redirect.conf (1.2 -> 1.3) , lighttpd-mod_rewrite.conf (1.2 -> 1.3) , lighttpd-mod_rrdtool.conf (1.2 -> 1.3) , lighttpd-mod_scgi.conf (1.1 -> 1.2) , lighttpd-mod_secdownload.conf (1.1 -> 1.2) , lighttpd-mod_setenv.conf (1.2 -> 1.3) , lighttpd-mod_staticfile.conf (1.2 -> 1.3) , lighttpd-mod_status.conf (1.4 -> 1.5) , ligh
 ttpd-mod_usertrack.conf (1.1 -> 1.2) , lighttpd-mod_webdav.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_access.conf
diff -u SOURCES/lighttpd-mod_access.conf:1.2 SOURCES/lighttpd-mod_access.conf:1.3
--- SOURCES/lighttpd-mod_access.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_access.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# Access module.
+#
+# Documentation: http://www.lighttpd.net/documentation/access.html
+
 server.modules += (
 	"mod_access"
 )
@@ -8,4 +12,3 @@
 # .inc is often used for code includes which should in general not be part
 #      of the document-root
 url.access-deny = ( "~", ".inc" )
-

================================================================
Index: SOURCES/lighttpd-mod_accesslog.conf
diff -u SOURCES/lighttpd-mod_accesslog.conf:1.2 SOURCES/lighttpd-mod_accesslog.conf:1.3
--- SOURCES/lighttpd-mod_accesslog.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_accesslog.conf	Mon Jul 17 18:41:11 2006
@@ -1,4 +1,6 @@
-#### accesslog module
+# accesslog module.
+#
+# Documentation: http://www.lighttpd.net/documentation/accesslog.html
 
 server.modules += (
 	"mod_accesslog"

================================================================
Index: SOURCES/lighttpd-mod_alias.conf
diff -u SOURCES/lighttpd-mod_alias.conf:1.2 SOURCES/lighttpd-mod_alias.conf:1.3
--- SOURCES/lighttpd-mod_alias.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_alias.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# Alias module.
+#
+# Documentation: http://www.lighttpd.net/documentation/alias.html
+
 server.modules += (
 	"mod_alias"
 )

================================================================
Index: SOURCES/lighttpd-mod_auth.conf
diff -u SOURCES/lighttpd-mod_auth.conf:1.2 SOURCES/lighttpd-mod_auth.conf:1.3
--- SOURCES/lighttpd-mod_auth.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_auth.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# Auth module.
+#
+# Documentation: http://www.lighttpd.net/documentation/authentication.html
+
 server.modules += (
 	"mod_auth"
 )
@@ -37,4 +41,3 @@
 #		"require" => "valid-user"
 #	)
 #)
-

================================================================
Index: SOURCES/lighttpd-mod_cgi.conf
diff -u SOURCES/lighttpd-mod_cgi.conf:1.3 SOURCES/lighttpd-mod_cgi.conf:1.4
--- SOURCES/lighttpd-mod_cgi.conf:1.3	Mon Jul 17 14:44:08 2006
+++ SOURCES/lighttpd-mod_cgi.conf	Mon Jul 17 18:41:11 2006
@@ -1,4 +1,5 @@
 # CGI module
+#
 # http://www.lighttpd.net/documentation/cgi.html
 
 server.modules += (

================================================================
Index: SOURCES/lighttpd-mod_cml.conf
diff -u SOURCES/lighttpd-mod_cml.conf:1.3 SOURCES/lighttpd-mod_cml.conf:1.4
--- SOURCES/lighttpd-mod_cml.conf:1.3	Mon Jul 17 14:45:54 2006
+++ SOURCES/lighttpd-mod_cml.conf	Mon Jul 17 18:41:11 2006
@@ -1,8 +1,8 @@
-## CML is a Meta language to describe the dependencies of a page
-## at one side and building a page from its fragments on the
-## other side using LUA.
-##
-## Documentation: http://www.lighttpd.net/documentation/cml.html
+# CML is a Meta language to describe the dependencies of a page
+# at one side and building a page from its fragments on the
+# other side using LUA.
+#
+# Documentation: http://www.lighttpd.net/documentation/cml.html
 
 server.modules += (
 	"mod_cml"

================================================================
Index: SOURCES/lighttpd-mod_compress.conf
diff -u SOURCES/lighttpd-mod_compress.conf:1.2 SOURCES/lighttpd-mod_compress.conf:1.3
--- SOURCES/lighttpd-mod_compress.conf:1.2	Tue Jul 11 22:20:45 2006
+++ SOURCES/lighttpd-mod_compress.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# compress module.
+#
+# Documentation: http://www.lighttpd.net/documentation/compress.html
+
 server.modules += (
 	"mod_compress"
 )

================================================================
Index: SOURCES/lighttpd-mod_deflate.conf
diff -u SOURCES/lighttpd-mod_deflate.conf:1.1 SOURCES/lighttpd-mod_deflate.conf:1.2
--- SOURCES/lighttpd-mod_deflate.conf:1.1	Tue Jul 11 21:47:32 2006
+++ SOURCES/lighttpd-mod_deflate.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# Deflate module.
+#
+# Documentation: http://trac.lighttpd.net/trac/wiki/Mod_Deflate
+
 server.modules += (
 	"mod_deflate"
 )

================================================================
Index: SOURCES/lighttpd-mod_dirlisting.conf
diff -u SOURCES/lighttpd-mod_dirlisting.conf:1.3 SOURCES/lighttpd-mod_dirlisting.conf:1.4
--- SOURCES/lighttpd-mod_dirlisting.conf:1.3	Mon Jul 17 14:38:46 2006
+++ SOURCES/lighttpd-mod_dirlisting.conf	Mon Jul 17 18:41:11 2006
@@ -1,5 +1,7 @@
-# virtual directory listings
+# Virtual directory listings.
 #
+# Documentation: http://www.lighttpd.net/documentation/dirlisting.html
+
 server.modules += (
 	"mod_dirlisting"
 )

================================================================
Index: SOURCES/lighttpd-mod_evasive.conf
diff -u SOURCES/lighttpd-mod_evasive.conf:1.2 SOURCES/lighttpd-mod_evasive.conf:1.3
--- SOURCES/lighttpd-mod_evasive.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_evasive.conf	Mon Jul 17 18:41:11 2006
@@ -1,10 +1,11 @@
+# Evasive module.
+#
+
 server.modules += (
 	"mod_evasive"
 )
 
-#### evasive module
 ##
 ## Limits number of connections per IP
 ##
 #evasive.max-conns-per-ip = 5
-

================================================================
Index: SOURCES/lighttpd-mod_evhost.conf
diff -u SOURCES/lighttpd-mod_evhost.conf:1.2 SOURCES/lighttpd-mod_evhost.conf:1.3
--- SOURCES/lighttpd-mod_evhost.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_evhost.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# Enhanced virtual-hosting module.
+#
+# Documentation: http://www.lighttpd.net/documentation/evhost.html
+
 server.modules += (
 	"mod_evhost"
 )
@@ -11,4 +15,3 @@
 # %4 => subdomain 2 name
 #
 #evhost.path-pattern = "/home/storage/dev/www/%3/htdocs/"
-

================================================================
Index: SOURCES/lighttpd-mod_expire.conf
diff -u SOURCES/lighttpd-mod_expire.conf:1.2 SOURCES/lighttpd-mod_expire.conf:1.3
--- SOURCES/lighttpd-mod_expire.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_expire.conf	Mon Jul 17 18:41:11 2006
@@ -1,9 +1,11 @@
+# Expires module.
+#
+# Documentation: http://www.lighttpd.net/documentation/expire.html
+
 server.modules += (
 	"mod_expire"
 )
 
-
-#### expire module
 #expire.url = (
 #	"/buggy/" => "access 2 hours",
 #	"/asdhas/" => "access plus 1 seconds 2 minutes",

================================================================
Index: SOURCES/lighttpd-mod_fastcgi.conf
diff -u SOURCES/lighttpd-mod_fastcgi.conf:1.4 SOURCES/lighttpd-mod_fastcgi.conf:1.5
--- SOURCES/lighttpd-mod_fastcgi.conf:1.4	Mon Jul 17 18:12:34 2006
+++ SOURCES/lighttpd-mod_fastcgi.conf	Mon Jul 17 18:41:11 2006
@@ -1,8 +1,8 @@
-## FastCGI programs have the same functionality as CGI programs,
-## but are considerably faster through lower interpreter startup
-## time and socketed communication
-##
-## Documentation: http://www.lighttpd.net/documentation/fastcgi.html
+# FastCGI programs have the same functionality as CGI programs,
+# but are considerably faster through lower interpreter startup
+# time and socketed communication
+#
+# Documentation: http://www.lighttpd.net/documentation/fastcgi.html
 
 server.modules += (
 	"mod_fastcgi"

================================================================
Index: SOURCES/lighttpd-mod_flv_streaming.conf
diff -u SOURCES/lighttpd-mod_flv_streaming.conf:1.1 SOURCES/lighttpd-mod_flv_streaming.conf:1.2
--- SOURCES/lighttpd-mod_flv_streaming.conf:1.1	Tue Jul 11 21:47:32 2006
+++ SOURCES/lighttpd-mod_flv_streaming.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,6 @@
+# FLV streaming module.
+#
+
 server.modules += (
 	"mod_flv_streaming"
 )

================================================================
Index: SOURCES/lighttpd-mod_indexfile.conf
diff -u SOURCES/lighttpd-mod_indexfile.conf:1.2 SOURCES/lighttpd-mod_indexfile.conf:1.3
--- SOURCES/lighttpd-mod_indexfile.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_indexfile.conf	Mon Jul 17 18:41:11 2006
@@ -1,7 +1,9 @@
+# indexfile module.
+#
+
 server.modules += (
 	"mod_indexfile"
 )
-
 
 # files to check for if .../ is requested
 server.indexfiles = (

================================================================
Index: SOURCES/lighttpd-mod_proxy.conf
diff -u SOURCES/lighttpd-mod_proxy.conf:1.3 SOURCES/lighttpd-mod_proxy.conf:1.4
--- SOURCES/lighttpd-mod_proxy.conf:1.3	Mon Jul 17 14:54:15 2006
+++ SOURCES/lighttpd-mod_proxy.conf	Mon Jul 17 18:41:11 2006
@@ -1,6 +1,6 @@
-## Let lighttpd act as a proxy server for special file types, hosts etc
-##
-## Documentation: http://www.lighttpd.net/documentation/proxy.html
+# Let lighttpd act as a proxy server for special file types, hosts etc
+#
+# Documentation: http://www.lighttpd.net/documentation/proxy.html
 
 server.modules += (
 	"mod_proxy"
@@ -29,4 +29,3 @@
 #		) 
 #	)
 #}
-#

================================================================
Index: SOURCES/lighttpd-mod_redirect.conf
diff -u SOURCES/lighttpd-mod_redirect.conf:1.2 SOURCES/lighttpd-mod_redirect.conf:1.3
--- SOURCES/lighttpd-mod_redirect.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_redirect.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# Redirection module.
+#
+# Documentation: http://www.lighttpd.net/documentation/redirect.html
+
 server.modules += (
 	"mod_redirect"
 )
@@ -9,4 +13,3 @@
 #$HTTP["host"] =~ "^www\.(.*)" {
 #	url.redirect = ( "^/(.*)" => "http://%1/$1" )
 #}
-

================================================================
Index: SOURCES/lighttpd-mod_rewrite.conf
diff -u SOURCES/lighttpd-mod_rewrite.conf:1.2 SOURCES/lighttpd-mod_rewrite.conf:1.3
--- SOURCES/lighttpd-mod_rewrite.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_rewrite.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# Rewrite module.
+#
+# Documentation: http://www.lighttpd.net/documentation/rewrite.html
+
 server.modules += (
 	"mod_rewrite"
 )

================================================================
Index: SOURCES/lighttpd-mod_rrdtool.conf
diff -u SOURCES/lighttpd-mod_rrdtool.conf:1.2 SOURCES/lighttpd-mod_rrdtool.conf:1.3
--- SOURCES/lighttpd-mod_rrdtool.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_rrdtool.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# rrdtool module.
+#
+# Documentation: http://www.lighttpd.net/documentation/rrdtool.html
+
 server.modules += (
 	"mod_rrdtool"
 )
@@ -5,4 +9,3 @@
 #### rrdtool
 rrdtool.binary = "/usr/bin/rrdtool"
 #rrdtool.db-name = "/var/www/lighttpd.rrd"
-

================================================================
Index: SOURCES/lighttpd-mod_scgi.conf
diff -u SOURCES/lighttpd-mod_scgi.conf:1.1 SOURCES/lighttpd-mod_scgi.conf:1.2
--- SOURCES/lighttpd-mod_scgi.conf:1.1	Tue Jul 11 21:47:32 2006
+++ SOURCES/lighttpd-mod_scgi.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# SCGI module.
+#
+# Documentation: http://www.lighttpd.net/documentation/scgi.html
+
 server.modules += (
 	"mod_scgi"
 )

================================================================
Index: SOURCES/lighttpd-mod_secdownload.conf
diff -u SOURCES/lighttpd-mod_secdownload.conf:1.1 SOURCES/lighttpd-mod_secdownload.conf:1.2
--- SOURCES/lighttpd-mod_secdownload.conf:1.1	Tue Jul 11 21:47:32 2006
+++ SOURCES/lighttpd-mod_secdownload.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# secure and fast downloading module.
+#
+# Documentation: http://www.lighttpd.net/documentation/secdownload.html
+
 server.modules += (
 	"mod_secdownload"
 )

================================================================
Index: SOURCES/lighttpd-mod_setenv.conf
diff -u SOURCES/lighttpd-mod_setenv.conf:1.2 SOURCES/lighttpd-mod_setenv.conf:1.3
--- SOURCES/lighttpd-mod_setenv.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_setenv.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# setenv module.
+#
+# Documentation: http://www.lighttpd.net/documentation/setenv.html
+
 server.modules += (
 	"mod_setenv"
 )

================================================================
Index: SOURCES/lighttpd-mod_staticfile.conf
diff -u SOURCES/lighttpd-mod_staticfile.conf:1.2 SOURCES/lighttpd-mod_staticfile.conf:1.3
--- SOURCES/lighttpd-mod_staticfile.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_staticfile.conf	Mon Jul 17 18:41:11 2006
@@ -1,10 +1,11 @@
+# staticfile module.
+#
+
 server.modules += (
 	"mod_staticfile"
 )
 
-##
 # which extensions should not be handle via static-file transfer
 #
 # .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
-

================================================================
Index: SOURCES/lighttpd-mod_status.conf
diff -u SOURCES/lighttpd-mod_status.conf:1.4 SOURCES/lighttpd-mod_status.conf:1.5
--- SOURCES/lighttpd-mod_status.conf:1.4	Mon Jul 17 14:17:49 2006
+++ SOURCES/lighttpd-mod_status.conf	Mon Jul 17 18:41:11 2006
@@ -1,4 +1,6 @@
-# status module
+# Status module
+#
+# Documentation: http://www.lighttpd.net/documentation/status.html
 
 server.modules += (
 	"mod_status"

================================================================
Index: SOURCES/lighttpd-mod_usertrack.conf
diff -u SOURCES/lighttpd-mod_usertrack.conf:1.1 SOURCES/lighttpd-mod_usertrack.conf:1.2
--- SOURCES/lighttpd-mod_usertrack.conf:1.1	Tue Jul 11 21:47:32 2006
+++ SOURCES/lighttpd-mod_usertrack.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,6 @@
+# usertrack module.
+#
+
 server.modules += (
 	"mod_usertrack"
 )

================================================================
Index: SOURCES/lighttpd-mod_webdav.conf
diff -u SOURCES/lighttpd-mod_webdav.conf:1.1 SOURCES/lighttpd-mod_webdav.conf:1.2
--- SOURCES/lighttpd-mod_webdav.conf:1.1	Tue Jul 11 21:47:32 2006
+++ SOURCES/lighttpd-mod_webdav.conf	Mon Jul 17 18:41:11 2006
@@ -1,3 +1,7 @@
+# webdav module.
+#
+# Documentation: http://www.lighttpd.net/documentation/webdav.html
+
 server.modules += (
 	"mod_webdav"
 )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_access.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_accesslog.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_alias.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_auth.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_cgi.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_cml.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_compress.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_deflate.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_dirlisting.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_evasive.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_evhost.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_expire.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_fastcgi.conf?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_flv_streaming.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_indexfile.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_proxy.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_redirect.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_rewrite.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_rrdtool.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_scgi.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_secdownload.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_setenv.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_staticfile.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_status.conf?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_usertrack.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_webdav.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list