diff options
author | Arno Töll <arno@debian.org> | 2013-01-20 02:11:11 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2013-01-20 02:11:11 +0100 |
commit | 5ed33e7873512d5cd24b0cedf94557ddd22a823e (patch) | |
tree | 584c872cc737df7f49ffb602f0baf228bdb10482 /debian | |
parent | 319c2099e1d0cee607d453951c53014c3203c087 (diff) | |
download | lighttpd-5ed33e7873512d5cd24b0cedf94557ddd22a823e.tar.gz |
Fix 697304 by shipping the reuestest configuration file
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/conf-available/11-extforward.conf | 6 |
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") |