]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_remoteip: Update PROXY Protocol links
authorRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 15:16:31 +0000 (15:16 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 15:16:31 +0000 (15:16 +0000)
Replace the old HAProxy blog post URL (which now redirects to
marketing content) and the outdated 1.8 spec link with the
current PROXY Protocol specification (3.1). Both the summary
and seealso now point to the canonical spec document.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933429 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_remoteip.xml

index 0699e8fea9d1425d25a1e21afafc6ba62119b24b..167f80dba2ae71d9d2a348ecc576320fe201c450 100644 (file)
@@ -44,7 +44,7 @@ via the request headers.
 
     <p>Additionally, this module implements the server side of
     HAProxy's
-    <a href="http://blog.haproxy.com/haproxy/proxy-protocol/">PROXY Protocol</a> when
+    <a href="https://www.haproxy.org/download/3.1/doc/proxy-protocol.txt">PROXY Protocol</a> when
     using the <directive module="mod_remoteip">RemoteIPProxyProtocol</directive>
     directive.</p>
 
@@ -65,7 +65,7 @@ via the request headers.
 <seealso><module>mod_authz_host</module></seealso>
 <seealso><module>mod_status</module></seealso>
 <seealso><module>mod_log_config</module></seealso>
-<seealso><a href="http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt">Proxy Protocol Spec</a></seealso>
+<seealso><a href="https://www.haproxy.org/download/3.1/doc/proxy-protocol.txt">Proxy Protocol Spec</a></seealso>
 
 <section id="processing"><title>Remote IP Processing</title>