From 721b0aecbfb9ebd3403075dd2bb25b5be1b4e2fb Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 19 Sep 2007 04:17:30 +0000 Subject: [PATCH] force use of the "write" network-backend (closes: #2401), bump release number SVN-Revision: 8837 --- net/lighttpd/Makefile | 2 +- net/lighttpd/files/lighttpd.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index b77f632130..a7396af526 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd PKG_VERSION:=1.4.18 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.lighttpd.net/download/ diff --git a/net/lighttpd/files/lighttpd.conf b/net/lighttpd/files/lighttpd.conf index 4e242a6d63..788ed64b6c 100644 --- a/net/lighttpd/files/lighttpd.conf +++ b/net/lighttpd/files/lighttpd.conf @@ -20,6 +20,9 @@ # "mod_expire" #) +# force use of the "write" backend (closes: #2401) +server.network-backend = "write" + ## a static document-root, for virtual-hosting take look at the ## server.virtual-* options server.document-root = "/www/" -- 2.30.2