From 5ed33e7873512d5cd24b0cedf94557ddd22a823e Mon Sep 17 00:00:00 2001 From: Arno Töll Date: Sun, 20 Jan 2013 02:11:11 +0100 Subject: Fix 697304 by shipping the reuestest configuration file --- debian/changelog | 4 +++- debian/conf-available/11-extforward.conf | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 debian/conf-available/11-extforward.conf diff --git a/debian/changelog b/debian/changelog index 10f9452..a50b2d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ lighttpd (1.4.32-1) UNRELEASED; urgency=low * Switch VCS to git * Push standards version (no changes) * Drop the connection-dos.patch - merged upstream. + * Fix "mod_extforward missing configuration file": ship requeste + configuration file (Closes: #697304) - -- Arno Töll Thu, 22 Nov 2012 00:19:05 +0100 + -- Arno Töll Sun, 20 Jan 2013 02:09:27 +0100 lighttpd (1.4.31-3) unstable; urgency=high diff --git a/debian/conf-available/11-extforward.conf b/debian/conf-available/11-extforward.conf new file mode 100644 index 0000000..cf06e82 --- /dev/null +++ b/debian/conf-available/11-extforward.conf @@ -0,0 +1,6 @@ +# -*- depends: accesslog -*- + +server.modules += ( "mod_extforward" ) + +# extforward.headers = ("X-Cluster-Client-Ip") +# extforward.forwarder = ("10.0.0.232" => "trust") -- cgit v1.2.3