[pkg-lighttpd] r462 - in lighttpd/trunk/debian: . conf-available

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Wed Jun 2 15:56:19 UTC 2010


Author: olafvdspek-guest
Date: 2010-06-02 15:56:04 +0000 (Wed, 02 Jun 2010)
New Revision: 462

Added:
   lighttpd/trunk/debian/conf-available/10-expire.conf
Modified:
   lighttpd/trunk/debian/lighttpd.conf
Log:
Move expire conf to it's own file.


Added: lighttpd/trunk/debian/conf-available/10-expire.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-expire.conf	                        (rev 0)
+++ lighttpd/trunk/debian/conf-available/10-expire.conf	2010-06-02 15:56:04 UTC (rev 462)
@@ -0,0 +1,3 @@
+# http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModExpire
+
+server.modules += ( "mod_expire" )

Modified: lighttpd/trunk/debian/lighttpd.conf
===================================================================
--- lighttpd/trunk/debian/lighttpd.conf	2010-06-02 13:19:30 UTC (rev 461)
+++ lighttpd/trunk/debian/lighttpd.conf	2010-06-02 15:56:04 UTC (rev 462)
@@ -10,7 +10,6 @@
 #           "mod_rewrite",
 #           "mod_redirect",
 #           "mod_usertrack",
-#           "mod_expire",
 #           "mod_flv_streaming",
 #           "mod_evasive"
 )
@@ -87,9 +86,6 @@
 # url.rewrite                 = ( "^/$"             => "/server-status" )
 # url.redirect                = ( "^/wishlist/(.+)" => "http://www.123.org/$1" )
 
-#### expire module
-# expire.url                  = ( "/buggy/" => "access 2 hours", "/asdhas/" => "access plus 1 seconds 2 minutes")
-
 #### external configuration files
 ## mimetype mapping
 include_shell "/usr/share/lighttpd/create-mime.assign.pl"




More information about the pkg-lighttpd-maintainers mailing list