summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2013-01-20 02:11:11 +0100
committerArno Töll <arno@debian.org>2013-01-20 02:11:11 +0100
commit5ed33e7873512d5cd24b0cedf94557ddd22a823e (patch)
tree584c872cc737df7f49ffb602f0baf228bdb10482
parent319c2099e1d0cee607d453951c53014c3203c087 (diff)
downloadlighttpd-5ed33e7873512d5cd24b0cedf94557ddd22a823e.tar.gz
Fix 697304 by shipping the reuestest configuration file
-rw-r--r--debian/changelog4
-rw-r--r--debian/conf-available/11-extforward.conf6
2 files changed, 9 insertions, 1 deletions
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 <arno@debian.org> Thu, 22 Nov 2012 00:19:05 +0100
+ -- Arno Töll <arno@debian.org> 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")