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

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Thu Jun 3 15:40:53 UTC 2010


Author: olafvdspek-guest
Date: 2010-06-03 15:40:47 +0000 (Thu, 03 Jun 2010)
New Revision: 467

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


Modified: lighttpd/trunk/debian/lighttpd.conf
===================================================================
--- lighttpd/trunk/debian/lighttpd.conf	2010-06-03 15:11:47 UTC (rev 466)
+++ lighttpd/trunk/debian/lighttpd.conf	2010-06-03 15:40:47 UTC (rev 467)
@@ -22,42 +22,32 @@
 ## Use the "Content-Type" extended attribute to obtain mime type if possible
 # mimetype.use-xattr = "enable"
 
-##
-# 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" )
 
 ## Use ipv6 if available
 include_shell "/usr/share/lighttpd/use-ipv6.pl"
 
 # server.port               = 81
+# server.bind               = "localhost"
 
-## bind to localhost only (default: all interfaces)
-## server.bind                = "localhost"
+# server.error-handler-404  = "/error-handler.html"
+# server.error-handler-404  = "/error-handler.php"
 
-## error-handler for status 404
-#server.error-handler-404  = "/error-handler.html"
-#server.error-handler-404  = "/error-handler.php"
+server.pid-file             = "/var/run/lighttpd.pid"
 
-server.pid-file            = "/var/run/lighttpd.pid"
-
-##
 ## Format: <errorfile-prefix><status>.html
 ## -> ..../status-404.html for 'File not found'
-#server.errorfile-prefix    = "/var/www/"
+#server.errorfile-prefix    = "/var/www"
 
-## virtual directory listings
 dir-listing.encoding        = "utf-8"
 server.dir-listing          = "enable"
 
-server.username            = "www-data"
-server.groupname           = "www-data"
+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" )
 
-#### external configuration files
 ## mimetype mapping
 include_shell "/usr/share/lighttpd/create-mime.assign.pl"
 




More information about the pkg-lighttpd-maintainers mailing list