From 1efd014772da6e737a99c357f22fe256a0a54729 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Jul 2006 16:41:11 +0000 Subject: [PATCH] - unified header Changed files: lighttpd-mod_access.conf -> 1.3 lighttpd-mod_accesslog.conf -> 1.3 lighttpd-mod_alias.conf -> 1.3 lighttpd-mod_auth.conf -> 1.3 lighttpd-mod_cgi.conf -> 1.4 lighttpd-mod_cml.conf -> 1.4 lighttpd-mod_compress.conf -> 1.3 lighttpd-mod_deflate.conf -> 1.2 lighttpd-mod_dirlisting.conf -> 1.4 lighttpd-mod_evasive.conf -> 1.3 lighttpd-mod_evhost.conf -> 1.3 lighttpd-mod_expire.conf -> 1.3 lighttpd-mod_fastcgi.conf -> 1.5 lighttpd-mod_flv_streaming.conf -> 1.2 lighttpd-mod_indexfile.conf -> 1.3 lighttpd-mod_proxy.conf -> 1.4 lighttpd-mod_redirect.conf -> 1.3 lighttpd-mod_rewrite.conf -> 1.3 lighttpd-mod_rrdtool.conf -> 1.3 lighttpd-mod_scgi.conf -> 1.2 lighttpd-mod_secdownload.conf -> 1.2 lighttpd-mod_setenv.conf -> 1.3 lighttpd-mod_staticfile.conf -> 1.3 lighttpd-mod_status.conf -> 1.5 lighttpd-mod_usertrack.conf -> 1.2 lighttpd-mod_webdav.conf -> 1.2 --- lighttpd-mod_access.conf | 5 ++++- lighttpd-mod_accesslog.conf | 4 +++- lighttpd-mod_alias.conf | 4 ++++ lighttpd-mod_auth.conf | 5 ++++- lighttpd-mod_cgi.conf | 1 + lighttpd-mod_cml.conf | 10 +++++----- lighttpd-mod_compress.conf | 4 ++++ lighttpd-mod_deflate.conf | 4 ++++ lighttpd-mod_dirlisting.conf | 4 +++- lighttpd-mod_evasive.conf | 5 +++-- lighttpd-mod_evhost.conf | 5 ++++- lighttpd-mod_expire.conf | 6 ++++-- lighttpd-mod_fastcgi.conf | 10 +++++----- lighttpd-mod_flv_streaming.conf | 3 +++ lighttpd-mod_indexfile.conf | 4 +++- lighttpd-mod_proxy.conf | 7 +++---- lighttpd-mod_redirect.conf | 5 ++++- lighttpd-mod_rewrite.conf | 4 ++++ lighttpd-mod_rrdtool.conf | 5 ++++- lighttpd-mod_scgi.conf | 4 ++++ lighttpd-mod_secdownload.conf | 4 ++++ lighttpd-mod_setenv.conf | 4 ++++ lighttpd-mod_staticfile.conf | 5 +++-- lighttpd-mod_status.conf | 4 +++- lighttpd-mod_usertrack.conf | 3 +++ lighttpd-mod_webdav.conf | 4 ++++ 26 files changed, 94 insertions(+), 29 deletions(-) diff --git a/lighttpd-mod_access.conf b/lighttpd-mod_access.conf index dbd3f24..f0cf993 100644 --- a/lighttpd-mod_access.conf +++ b/lighttpd-mod_access.conf @@ -1,3 +1,7 @@ +# Access module. +# +# Documentation: http://www.lighttpd.net/documentation/access.html + server.modules += ( "mod_access" ) @@ -8,4 +12,3 @@ server.modules += ( # .inc is often used for code includes which should in general not be part # of the document-root url.access-deny = ( "~", ".inc" ) - diff --git a/lighttpd-mod_accesslog.conf b/lighttpd-mod_accesslog.conf index 0c9b4e4..8f9c88a 100644 --- a/lighttpd-mod_accesslog.conf +++ b/lighttpd-mod_accesslog.conf @@ -1,4 +1,6 @@ -#### accesslog module +# accesslog module. +# +# Documentation: http://www.lighttpd.net/documentation/accesslog.html server.modules += ( "mod_accesslog" diff --git a/lighttpd-mod_alias.conf b/lighttpd-mod_alias.conf index ea587de..aade4f3 100644 --- a/lighttpd-mod_alias.conf +++ b/lighttpd-mod_alias.conf @@ -1,3 +1,7 @@ +# Alias module. +# +# Documentation: http://www.lighttpd.net/documentation/alias.html + server.modules += ( "mod_alias" ) diff --git a/lighttpd-mod_auth.conf b/lighttpd-mod_auth.conf index 6c4688c..70074f5 100644 --- a/lighttpd-mod_auth.conf +++ b/lighttpd-mod_auth.conf @@ -1,3 +1,7 @@ +# Auth module. +# +# Documentation: http://www.lighttpd.net/documentation/authentication.html + server.modules += ( "mod_auth" ) @@ -37,4 +41,3 @@ server.modules += ( # "require" => "valid-user" # ) #) - diff --git a/lighttpd-mod_cgi.conf b/lighttpd-mod_cgi.conf index d6a0ffe..1b4bcbb 100644 --- a/lighttpd-mod_cgi.conf +++ b/lighttpd-mod_cgi.conf @@ -1,4 +1,5 @@ # CGI module +# # http://www.lighttpd.net/documentation/cgi.html server.modules += ( diff --git a/lighttpd-mod_cml.conf b/lighttpd-mod_cml.conf index b7976b2..9c736fb 100644 --- a/lighttpd-mod_cml.conf +++ b/lighttpd-mod_cml.conf @@ -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" diff --git a/lighttpd-mod_compress.conf b/lighttpd-mod_compress.conf index 9b22d1c..72d65f5 100644 --- a/lighttpd-mod_compress.conf +++ b/lighttpd-mod_compress.conf @@ -1,3 +1,7 @@ +# compress module. +# +# Documentation: http://www.lighttpd.net/documentation/compress.html + server.modules += ( "mod_compress" ) diff --git a/lighttpd-mod_deflate.conf b/lighttpd-mod_deflate.conf index a65f2dd..9749c1c 100644 --- a/lighttpd-mod_deflate.conf +++ b/lighttpd-mod_deflate.conf @@ -1,3 +1,7 @@ +# Deflate module. +# +# Documentation: http://trac.lighttpd.net/trac/wiki/Mod_Deflate + server.modules += ( "mod_deflate" ) diff --git a/lighttpd-mod_dirlisting.conf b/lighttpd-mod_dirlisting.conf index 11c5fb7..6724491 100644 --- a/lighttpd-mod_dirlisting.conf +++ b/lighttpd-mod_dirlisting.conf @@ -1,5 +1,7 @@ -# virtual directory listings +# Virtual directory listings. # +# Documentation: http://www.lighttpd.net/documentation/dirlisting.html + server.modules += ( "mod_dirlisting" ) diff --git a/lighttpd-mod_evasive.conf b/lighttpd-mod_evasive.conf index 213f8c1..bd5372b 100644 --- a/lighttpd-mod_evasive.conf +++ b/lighttpd-mod_evasive.conf @@ -1,10 +1,11 @@ +# Evasive module. +# + server.modules += ( "mod_evasive" ) -#### evasive module ## ## Limits number of connections per IP ## #evasive.max-conns-per-ip = 5 - diff --git a/lighttpd-mod_evhost.conf b/lighttpd-mod_evhost.conf index e7cf626..e380bd0 100644 --- a/lighttpd-mod_evhost.conf +++ b/lighttpd-mod_evhost.conf @@ -1,3 +1,7 @@ +# Enhanced virtual-hosting module. +# +# Documentation: http://www.lighttpd.net/documentation/evhost.html + server.modules += ( "mod_evhost" ) @@ -11,4 +15,3 @@ server.modules += ( # %4 => subdomain 2 name # #evhost.path-pattern = "/home/storage/dev/www/%3/htdocs/" - diff --git a/lighttpd-mod_expire.conf b/lighttpd-mod_expire.conf index 99d8f4c..2ee565a 100644 --- a/lighttpd-mod_expire.conf +++ b/lighttpd-mod_expire.conf @@ -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", diff --git a/lighttpd-mod_fastcgi.conf b/lighttpd-mod_fastcgi.conf index e93f187..0a9485b 100644 --- a/lighttpd-mod_fastcgi.conf +++ b/lighttpd-mod_fastcgi.conf @@ -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" diff --git a/lighttpd-mod_flv_streaming.conf b/lighttpd-mod_flv_streaming.conf index 880ab5c..4ba3c22 100644 --- a/lighttpd-mod_flv_streaming.conf +++ b/lighttpd-mod_flv_streaming.conf @@ -1,3 +1,6 @@ +# FLV streaming module. +# + server.modules += ( "mod_flv_streaming" ) diff --git a/lighttpd-mod_indexfile.conf b/lighttpd-mod_indexfile.conf index 5b08b73..44739c5 100644 --- a/lighttpd-mod_indexfile.conf +++ b/lighttpd-mod_indexfile.conf @@ -1,8 +1,10 @@ +# indexfile module. +# + server.modules += ( "mod_indexfile" ) - # files to check for if .../ is requested server.indexfiles = ( "index.php", diff --git a/lighttpd-mod_proxy.conf b/lighttpd-mod_proxy.conf index b18b409..92e71ff 100644 --- a/lighttpd-mod_proxy.conf +++ b/lighttpd-mod_proxy.conf @@ -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 @@ server.modules += ( # ) # ) #} -# diff --git a/lighttpd-mod_redirect.conf b/lighttpd-mod_redirect.conf index 99e9b65..3096a77 100644 --- a/lighttpd-mod_redirect.conf +++ b/lighttpd-mod_redirect.conf @@ -1,3 +1,7 @@ +# Redirection module. +# +# Documentation: http://www.lighttpd.net/documentation/redirect.html + server.modules += ( "mod_redirect" ) @@ -9,4 +13,3 @@ server.modules += ( #$HTTP["host"] =~ "^www\.(.*)" { # url.redirect = ( "^/(.*)" => "http://%1/$1" ) #} - diff --git a/lighttpd-mod_rewrite.conf b/lighttpd-mod_rewrite.conf index f2f8b03..80fff37 100644 --- a/lighttpd-mod_rewrite.conf +++ b/lighttpd-mod_rewrite.conf @@ -1,3 +1,7 @@ +# Rewrite module. +# +# Documentation: http://www.lighttpd.net/documentation/rewrite.html + server.modules += ( "mod_rewrite" ) diff --git a/lighttpd-mod_rrdtool.conf b/lighttpd-mod_rrdtool.conf index 8343e7a..3409e9f 100644 --- a/lighttpd-mod_rrdtool.conf +++ b/lighttpd-mod_rrdtool.conf @@ -1,3 +1,7 @@ +# rrdtool module. +# +# Documentation: http://www.lighttpd.net/documentation/rrdtool.html + server.modules += ( "mod_rrdtool" ) @@ -5,4 +9,3 @@ server.modules += ( #### rrdtool rrdtool.binary = "/usr/bin/rrdtool" #rrdtool.db-name = "/var/www/lighttpd.rrd" - diff --git a/lighttpd-mod_scgi.conf b/lighttpd-mod_scgi.conf index 7fb8395..55ee321 100644 --- a/lighttpd-mod_scgi.conf +++ b/lighttpd-mod_scgi.conf @@ -1,3 +1,7 @@ +# SCGI module. +# +# Documentation: http://www.lighttpd.net/documentation/scgi.html + server.modules += ( "mod_scgi" ) diff --git a/lighttpd-mod_secdownload.conf b/lighttpd-mod_secdownload.conf index 37140c8..a2ed0ad 100644 --- a/lighttpd-mod_secdownload.conf +++ b/lighttpd-mod_secdownload.conf @@ -1,3 +1,7 @@ +# secure and fast downloading module. +# +# Documentation: http://www.lighttpd.net/documentation/secdownload.html + server.modules += ( "mod_secdownload" ) diff --git a/lighttpd-mod_setenv.conf b/lighttpd-mod_setenv.conf index d9bde00..cb56781 100644 --- a/lighttpd-mod_setenv.conf +++ b/lighttpd-mod_setenv.conf @@ -1,3 +1,7 @@ +# setenv module. +# +# Documentation: http://www.lighttpd.net/documentation/setenv.html + server.modules += ( "mod_setenv" ) diff --git a/lighttpd-mod_staticfile.conf b/lighttpd-mod_staticfile.conf index c3fe4c4..063aeed 100644 --- a/lighttpd-mod_staticfile.conf +++ b/lighttpd-mod_staticfile.conf @@ -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" ) - diff --git a/lighttpd-mod_status.conf b/lighttpd-mod_status.conf index 62cd6c4..9a4b088 100644 --- a/lighttpd-mod_status.conf +++ b/lighttpd-mod_status.conf @@ -1,4 +1,6 @@ -# status module +# Status module +# +# Documentation: http://www.lighttpd.net/documentation/status.html server.modules += ( "mod_status" diff --git a/lighttpd-mod_usertrack.conf b/lighttpd-mod_usertrack.conf index 70396a5..901ef4a 100644 --- a/lighttpd-mod_usertrack.conf +++ b/lighttpd-mod_usertrack.conf @@ -1,3 +1,6 @@ +# usertrack module. +# + server.modules += ( "mod_usertrack" ) diff --git a/lighttpd-mod_webdav.conf b/lighttpd-mod_webdav.conf index 191a18a..a428a87 100644 --- a/lighttpd-mod_webdav.conf +++ b/lighttpd-mod_webdav.conf @@ -1,3 +1,7 @@ +# webdav module. +# +# Documentation: http://www.lighttpd.net/documentation/webdav.html + server.modules += ( "mod_webdav" ) -- 2.44.0