]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- unified header
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Jul 2006 16:41:11 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
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

26 files changed:
lighttpd-mod_access.conf
lighttpd-mod_accesslog.conf
lighttpd-mod_alias.conf
lighttpd-mod_auth.conf
lighttpd-mod_cgi.conf
lighttpd-mod_cml.conf
lighttpd-mod_compress.conf
lighttpd-mod_deflate.conf
lighttpd-mod_dirlisting.conf
lighttpd-mod_evasive.conf
lighttpd-mod_evhost.conf
lighttpd-mod_expire.conf
lighttpd-mod_fastcgi.conf
lighttpd-mod_flv_streaming.conf
lighttpd-mod_indexfile.conf
lighttpd-mod_proxy.conf
lighttpd-mod_redirect.conf
lighttpd-mod_rewrite.conf
lighttpd-mod_rrdtool.conf
lighttpd-mod_scgi.conf
lighttpd-mod_secdownload.conf
lighttpd-mod_setenv.conf
lighttpd-mod_staticfile.conf
lighttpd-mod_status.conf
lighttpd-mod_usertrack.conf
lighttpd-mod_webdav.conf

index dbd3f24f981aef8d6dde1c78a578b64137ffab9c..f0cf99330466aabeb229c36bc0c3be6e17d29697 100644 (file)
@@ -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" )
-
index 0c9b4e4973a638530e5d2c82fee179bb2e1c64d5..8f9c88a356469efd915c22073310b936f5440178 100644 (file)
@@ -1,4 +1,6 @@
-#### accesslog module
+# accesslog module.
+#
+# Documentation: http://www.lighttpd.net/documentation/accesslog.html
 
 server.modules += (
        "mod_accesslog"
index ea587de3feb30ad0d7ea254fdaffc4b53cc5bd7c..aade4f36df2895f9784f9202a3b79147d56ea55b 100644 (file)
@@ -1,3 +1,7 @@
+# Alias module.
+#
+# Documentation: http://www.lighttpd.net/documentation/alias.html
+
 server.modules += (
        "mod_alias"
 )
index 6c4688ca66b42479c7c95b69bd6ba993a2f38f45..70074f5bcab5980842fc1a8b4cb4181fadeac3c1 100644 (file)
@@ -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"
 #      )
 #)
-
index d6a0ffe55d1bf84d358f8688fe241db2e7028f0f..1b4bcbb8f52e43ae3a006dc9a3664aada9b1ffa0 100644 (file)
@@ -1,4 +1,5 @@
 # CGI module
+#
 # http://www.lighttpd.net/documentation/cgi.html
 
 server.modules += (
index b7976b2b7e8c68103af6a92fb91c14ead4202a47..9c736fbcbd2ba8e2444035949c82b9202ac92d5e 100644 (file)
@@ -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 9b22d1c3fead22dc02abd043133f7b5b3cec90e3..72d65f5adc1202abf852cd2c8506bfa2b3144dd6 100644 (file)
@@ -1,3 +1,7 @@
+# compress module.
+#
+# Documentation: http://www.lighttpd.net/documentation/compress.html
+
 server.modules += (
        "mod_compress"
 )
index a65f2dd81c19e1e0b1404d948ab66ed9a7b8340d..9749c1c56dcf8613d9a1a084c4edfcf6c7cf0803 100644 (file)
@@ -1,3 +1,7 @@
+# Deflate module.
+#
+# Documentation: http://trac.lighttpd.net/trac/wiki/Mod_Deflate
+
 server.modules += (
        "mod_deflate"
 )
index 11c5fb72037c6c00a290cec70a128849b20de498..67244918ea4dc589ad86c30fd74e023b1fe54fb1 100644 (file)
@@ -1,5 +1,7 @@
-# virtual directory listings
+# Virtual directory listings.
 #
+# Documentation: http://www.lighttpd.net/documentation/dirlisting.html
+
 server.modules += (
        "mod_dirlisting"
 )
index 213f8c18cae937ecfb201c9d9b7249b0b04d9a04..bd5372b95a59358fb5490e9fe142b22b24739973 100644 (file)
@@ -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 e7cf626fe515fe1ded10507aab5fd299bbf33e84..e380bd03d5834b4bb0a10424a5235269ce5d1a62 100644 (file)
@@ -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/"
-
index 99d8f4c4da0a8872d4c258a3fceb32f75e803070..2ee565add648f2d7d161555968aa196fa37288b0 100644 (file)
@@ -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 e93f187d614bdba1c3282599557b03f68822e9ab..0a9485b6a897ed113bbc4b38d40834a3dc03a444 100644 (file)
@@ -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 880ab5c3dcc889145c8b27f609aeeaf783eb6cb4..4ba3c2293b77d77f82961aed721b23154ced5985 100644 (file)
@@ -1,3 +1,6 @@
+# FLV streaming module.
+#
+
 server.modules += (
        "mod_flv_streaming"
 )
index 5b08b73e029c31f45519bc7b219d0f79967d2e77..44739c5ab72ef7873c4318c595d7b048c03979ac 100644 (file)
@@ -1,8 +1,10 @@
+# indexfile module.
+#
+
 server.modules += (
        "mod_indexfile"
 )
 
-
 # files to check for if .../ is requested
 server.indexfiles = (
        "index.php",
index b18b4098c3bd8fc38a2fdb4fe5dc23f1c520da4b..92e71ff861bd7ba22cf2bbdd031c674d75269b63 100644 (file)
@@ -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 += (
 #              ) 
 #      )
 #}
-#
index 99e9b657116d77530b359d7fbff2bb89427222dd..3096a778c20c2c678ed9c4e8a85a17eb843f61ef 100644 (file)
@@ -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" )
 #}
-
index f2f8b03996bb13a12bb7ba086e1db25799b035b3..80fff374597bcb60c41df9cd1997ab11179a3c2d 100644 (file)
@@ -1,3 +1,7 @@
+# Rewrite module.
+#
+# Documentation: http://www.lighttpd.net/documentation/rewrite.html
+
 server.modules += (
        "mod_rewrite"
 )
index 8343e7ac82bcbb535540ee95a676c3f992611701..3409e9fcbf91d4bfca5d7da34903c700d5582aa8 100644 (file)
@@ -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"
-
index 7fb8395f41fcd95af19ece280ecf2c96a6c171c7..55ee321875af011fff66b2714722e1830e3deef8 100644 (file)
@@ -1,3 +1,7 @@
+# SCGI module.
+#
+# Documentation: http://www.lighttpd.net/documentation/scgi.html
+
 server.modules += (
        "mod_scgi"
 )
index 37140c82dcd2e310a7696ac306ee371194372f2f..a2ed0ad387c8d751bb510e5c7673a94fe844ad05 100644 (file)
@@ -1,3 +1,7 @@
+# secure and fast downloading module.
+#
+# Documentation: http://www.lighttpd.net/documentation/secdownload.html
+
 server.modules += (
        "mod_secdownload"
 )
index d9bde00528f12760cc83a0fd8ecd6101dbdaacb8..cb56781f9961130c5ee1694f6e3caeac52f8421c 100644 (file)
@@ -1,3 +1,7 @@
+# setenv module.
+#
+# Documentation: http://www.lighttpd.net/documentation/setenv.html
+
 server.modules += (
        "mod_setenv"
 )
index c3fe4c4f5614a3459d1b4842dc8c6b9c91c5a712..063aeedd878a25f5995325f845eb44c390f90927 100644 (file)
@@ -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 62cd6c4de46d21f23dedbb69675ba50382336662..9a4b0889d462a54599f3cb685870e2e0ccd9f847 100644 (file)
@@ -1,4 +1,6 @@
-# status module
+# Status module
+#
+# Documentation: http://www.lighttpd.net/documentation/status.html
 
 server.modules += (
        "mod_status"
index 70396a5534f194b37cb0e9a5b777533310dd93ba..901ef4a355f613eb55d6706b7ae6da4da05e51c8 100644 (file)
@@ -1,3 +1,6 @@
+# usertrack module.
+#
+
 server.modules += (
        "mod_usertrack"
 )
index 191a18a5a86aa868b63031438ef9b2f805da31e3..a428a87b79f0aef9dce31739bad3ad53aada050a 100644 (file)
@@ -1,3 +1,7 @@
+# webdav module.
+#
+# Documentation: http://www.lighttpd.net/documentation/webdav.html
+
 server.modules += (
        "mod_webdav"
 )
This page took 0.162838 seconds and 4 git commands to generate.