From 857bf80e5c9fcfb6193084457f4378f3ae746c52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 18 Sep 2009 09:29:11 +0000 Subject: [PATCH] - do not load internally loaded modules twice, fixes mod_expires module; rel 5 Changed files: lighttpd-mod_dirlisting.conf -> 1.6 lighttpd-mod_indexfile.conf -> 1.7 lighttpd-mod_staticfile.conf -> 1.13 lighttpd.spec -> 1.299 --- lighttpd-mod_dirlisting.conf | 4 +--- lighttpd-mod_indexfile.conf | 4 +--- lighttpd-mod_staticfile.conf | 4 +--- lighttpd.spec | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/lighttpd-mod_dirlisting.conf b/lighttpd-mod_dirlisting.conf index e3cedd0..958b629 100644 --- a/lighttpd-mod_dirlisting.conf +++ b/lighttpd-mod_dirlisting.conf @@ -2,9 +2,7 @@ # # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModDirlisting -server.modules += ( - "mod_dirlisting" -) +# NOTE: this module is automatically loaded #dir-listing.encoding = "utf-8" #server.dir-listing = "enable" diff --git a/lighttpd-mod_indexfile.conf b/lighttpd-mod_indexfile.conf index 8c8deeb..8edc49d 100644 --- a/lighttpd-mod_indexfile.conf +++ b/lighttpd-mod_indexfile.conf @@ -2,9 +2,7 @@ # # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details -server.modules += ( - "mod_indexfile" -) +# NOTE: this module is automatically loaded # files to check for if .../ is requested index-file.names = ( diff --git a/lighttpd-mod_staticfile.conf b/lighttpd-mod_staticfile.conf index fb2c999..1e020a0 100644 --- a/lighttpd-mod_staticfile.conf +++ b/lighttpd-mod_staticfile.conf @@ -1,9 +1,7 @@ # staticfile module. # -server.modules += ( - "mod_staticfile" -) +# NOTE: this module is automatically loaded # see http://redmine.lighttpd.net/issues/1209 #etag.use-inode = "enable" diff --git a/lighttpd.spec b/lighttpd.spec index 69be7cf..2b9aad9 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -23,7 +23,7 @@ Summary: Fast and light HTTP server Summary(pl.UTF-8): Szybki i lekki serwer HTTP Name: lighttpd Version: 1.4.23 -Release: 4 +Release: 5 License: BSD Group: Networking/Daemons/HTTP Source0: http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2 -- 2.44.0