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

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Tue Aug 17 16:55:37 UTC 2010


Author: olafvdspek-guest
Date: 2010-08-17 16:55:36 +0000 (Tue, 17 Aug 2010)
New Revision: 479

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/lighttpd.conf
Log:


Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2010-08-17 13:34:10 UTC (rev 478)
+++ lighttpd/trunk/debian/changelog	2010-08-17 16:55:36 UTC (rev 479)
@@ -1,6 +1,6 @@
 lighttpd (1.4.27-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * New upstream release (closes: 564556)
 
  -- Olaf van der Spek <olaf at router>  Tue, 17 Aug 2010 15:29:43 +0200
 

Modified: lighttpd/trunk/debian/lighttpd.conf
===================================================================
--- lighttpd/trunk/debian/lighttpd.conf	2010-08-17 13:34:10 UTC (rev 478)
+++ lighttpd/trunk/debian/lighttpd.conf	2010-08-17 16:55:36 UTC (rev 479)
@@ -9,15 +9,15 @@
 #	"mod_evasive"
 )
 
-server.document-root       = "/var/www"
-server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
-server.errorlog            = "/var/log/lighttpd/error.log"
+server.document-root        = "/var/www"
+server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
+server.errorlog             = "/var/log/lighttpd/error.log"
 
-index-file.names           = ( "index.php", "index.html",
-                               "index.htm", "default.htm",
-                               "index.lighttpd.html" )
+index-file.names            = ( "index.php", "index.html",
+                                "index.htm", "default.htm",
+                               " index.lighttpd.html" )
 
-url.access-deny = ( "~", ".inc" )
+url.access-deny             = ( "~", ".inc" )
 
 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
 




More information about the pkg-lighttpd-maintainers mailing list