From c28bb55cdc554549a59f92997ebe7abf8d4612fe Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 5 Apr 2017 01:51:37 -0400 Subject: [PATCH] DOC: mention lighttpd 1.4.46 implements PROXY lighttpd 1.4.46 implements PROXY v1 and v2 for incoming connections. --- doc/proxy-protocol.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/proxy-protocol.txt b/doc/proxy-protocol.txt index 358bce0a41..4969180ad9 100644 --- a/doc/proxy-protocol.txt +++ b/doc/proxy-protocol.txt @@ -724,6 +724,9 @@ Squid added support for versions 1 and 2 of the protocol in version 3.5 [7]. Jetty 9.3.0 supports protocol version 1. +lighttpd added support for versions 1 and 2 of the protocol for incoming +connections in version 1.4.46 [11]. + The protocol is simple enough that it is expected that other implementations will appear, especially in environments such as SMTP, IMAP, FTP, RDP where the client's address is an important piece of information for the server and some @@ -913,6 +916,7 @@ The following links were referenced in the document. [8] https://tools.ietf.org/html/rfc4960#appendix-B [9] https://tools.ietf.org/rfc/rfc7301.txt [10] https://www.ietf.org/rfc/rfc3546.txt +[11] https://redmine.lighttpd.net/issues/2804 9. Sample code -- 2.47.3