diff options
author | Todd Lyons <tlyons@exim.org> | 2014-05-12 16:15:07 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-05-13 11:21:51 -0700 |
commit | 367193425cbb5a77ee8ada9c5b2a203ca293d823 (patch) | |
tree | aeefd2bae73ce4d997baf6182263b5ef6621c554 /doc | |
parent | fabe4dd996dd1e08707c4c33c498d86deaae6edd (diff) |
Bug 1394: PPv2 header modifed
The HAProxy dev team adjusted the layout of the 16 byte header to allow
it to be used for SSL connections. Had to adjust PPv2 handling code
and perl proxy emulation script.
Added link to this HAProxy commit in the documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 018bfddb9..d8c26bf93 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -1025,6 +1025,8 @@ Proxy Protocol Support Exim now has Experimental "Proxy Protocol" support. It was built on specifications from: http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt +Above URL revised May 2014 to change version 2 spec: +http://git.1wt.eu/web?p=haproxy.git;a=commitdiff;h=afb768340c9d7e50d8e The purpose of this function is so that an application load balancer, such as HAProxy, can sit in front of several Exim servers and Exim |