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

madcoder at alioth.debian.org madcoder at alioth.debian.org
Sun Mar 16 10:11:19 UTC 2008


Author: madcoder
Date: 2008-03-16 10:11:19 +0000 (Sun, 16 Mar 2008)
New Revision: 304

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



Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2008-03-16 10:06:27 UTC (rev 303)
+++ lighttpd/trunk/debian/changelog	2008-03-16 10:11:19 UTC (rev 304)
@@ -14,12 +14,14 @@
        Patch from Michal Čihař (Closes: 448682).
      + Allow full stops in module names (Closes: 462199).
 
+  * debian/lighttpd.conf:
+     + enable ipv6 by default (Closes: 448054).
+     + remove mod_status stanza, create conf-available/10-status.conf with it.
+
   * debian/lighttpd.cron.daily: new file, cleanup compressed cache.
     Thanks to Michal Čihař (Closes: 445224).
 
   * be sure mod_auth is loaded first (Closes: 419176):
-     + remove mod_status from lighttpd.conf and create
-       conf-available/10-status.conf with it.
      + add debian/lighttpd.preinst to rename 10-auth.conf into 05-auth.conf
        automagically (when it's a sane thing to do).
      + Document all that in NEWS.Debian.

Modified: lighttpd/trunk/debian/lighttpd.conf
===================================================================
--- lighttpd/trunk/debian/lighttpd.conf	2008-03-16 10:06:27 UTC (rev 303)
+++ lighttpd/trunk/debian/lighttpd.conf	2008-03-16 10:11:19 UTC (rev 304)
@@ -60,6 +60,9 @@
  
 ######### Options that are good to be but not neccesary to be changed #######
 
+## Use ipv6
+server.use-ipv6            = "enable"
+
 ## bind to port (default: 80)
 # server.port               = 81
 




More information about the pkg-lighttpd-maintainers mailing list