[pkg-lighttpd] r432 - lighttpd/trunk/debian

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Thu May 20 22:38:47 UTC 2010


Author: olafvdspek-guest
Date: 2010-05-20 22:38:47 +0000 (Thu, 20 May 2010)
New Revision: 432

Modified:
   lighttpd/trunk/debian/lighttpd.conf
Log:
remove rrdtool and webdav from lighttpd.conf, they've got their own files already
fix typos
remove var examples



Modified: lighttpd/trunk/debian/lighttpd.conf
===================================================================
--- lighttpd/trunk/debian/lighttpd.conf	2010-05-20 22:26:23 UTC (rev 431)
+++ lighttpd/trunk/debian/lighttpd.conf	2010-05-20 22:38:47 UTC (rev 432)
@@ -17,8 +17,6 @@
 #           "mod_rewrite",
 #           "mod_redirect",
 #           "mod_usertrack",
-#           "mod_rrdtool",
-#           "mod_webdav",
 #           "mod_expire",
 #           "mod_flv_streaming",
 #           "mod_evasive"
@@ -95,17 +93,16 @@
 # chroot() to directory (default: no chroot() )
 #server.chroot            = "/"
 
-## change uid to <uid> (default: don't care)
+## change uid to <uid> (default: don't change)
 server.username            = "www-data"
 
-## change uid to <uid> (default: don't care)
+## change gid to <gid> (default: don't change)
 server.groupname           = "www-data"
 
 #### compress module
 compress.cache-dir          = "/var/cache/lighttpd/compress/"
 compress.filetype           = ("text/plain", "text/html", "application/x-javascript", "text/css")
 
-
 #### url handling modules (rewrite, redirect, access)
 # url.rewrite                 = ( "^/$"             => "/server-status" )
 # url.redirect                = ( "^/wishlist/(.+)" => "http://www.123.org/$1" )
@@ -113,24 +110,6 @@
 #### expire module
 # expire.url                  = ( "/buggy/" => "access 2 hours", "/asdhas/" => "access plus 1 seconds 2 minutes")
 
-#### rrdtool
-# rrdtool.binary = "/usr/bin/rrdtool"
-# rrdtool.db-name = "/var/www/lighttpd.rrd"
-
-#### variable usage:
-## variable name without "." is auto prefixed by "var." and becomes "var.bar"
-#bar = 1
-#var.mystring = "foo"
-
-## integer add
-#bar += 1
-## string concat, with integer cast as string, result: "www.foo1.com"
-#server.name = "www." + mystring + var.bar + ".com"
-## array merge
-#index-file.names = (foo + ".php") + index-file.names
-#index-file.names += (foo + ".php")
-
-
 #### external configuration files
 ## mimetype mapping
 include_shell "/usr/share/lighttpd/create-mime.assign.pl"
@@ -138,4 +117,3 @@
 ## load enabled configuration files,
 ## read /etc/lighttpd/conf-available/README first
 include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
-




More information about the pkg-lighttpd-maintainers mailing list