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

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Fri Sep 10 12:14:39 UTC 2010


Author: olafvdspek-guest
Date: 2010-09-10 12:14:35 +0000 (Fri, 10 Sep 2010)
New Revision: 488

Modified:
   lighttpd/trunk/debian/lighttpd.conf
Log:
Clean up lighttpd.conf


Modified: lighttpd/trunk/debian/lighttpd.conf
===================================================================
--- lighttpd/trunk/debian/lighttpd.conf	2010-09-10 10:22:58 UTC (rev 487)
+++ lighttpd/trunk/debian/lighttpd.conf	2010-09-10 12:14:35 UTC (rev 488)
@@ -12,6 +12,9 @@
 server.document-root        = "/var/www"
 server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
 server.errorlog             = "/var/log/lighttpd/error.log"
+server.pid-file             = "/var/run/lighttpd.pid"
+server.username             = "www-data"
+server.groupname            = "www-data"
 
 index-file.names            = ( "index.php", "index.html",
                                 "index.htm", "default.htm",
@@ -27,27 +30,11 @@
 # server.port               = 81
 # server.bind               = "localhost"
 
-# server.error-handler-404  = "/error-handler.html"
-# server.error-handler-404  = "/error-handler.php"
-
-server.pid-file             = "/var/run/lighttpd.pid"
-
-## Format: <errorfile-prefix><status>.html
-## -> ..../status-404.html for 'File not found'
-#server.errorfile-prefix    = "/var/www"
-
 dir-listing.encoding        = "utf-8"
 server.dir-listing          = "enable"
 
-server.username             = "www-data"
-server.groupname            = "www-data"
-
 compress.cache-dir          = "/var/cache/lighttpd/compress/"
 compress.filetype           = ( "application/x-javascript", "text/css", "text/html", "text/plain" )
 
-## mimetype mapping
 include_shell "/usr/share/lighttpd/create-mime.assign.pl"
-
-## 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