]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1763749 from trunk:
authorEric Covener <covener@apache.org>
Fri, 7 Oct 2016 11:59:24 +0000 (11:59 +0000)
committerEric Covener <covener@apache.org>
Fri, 7 Oct 2016 11:59:24 +0000 (11:59 +0000)
update link to TCP_DEFER_ACCEPT

per http://httpd.apache.org/docs/2.4/mod/core.html#comment_5866

kernel.org links here.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1763750 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 52873ad50083117489c669cece52abb3d356f1e5..72f4c777e668be29ec38f1ca0b780656094e9057 100644 (file)
@@ -80,7 +80,7 @@ AcceptFilter https data
        requests.  Any value besides <code>none</code> will enable
        <code>TCP_DEFER_ACCEPT</code> on that listener. For more details
        see the Linux
-       <a href="http://homepages.cwi.nl/~aeb/linux/man2html/man7/tcp.7.html">
+       <a href="http://man7.org/linux/man-pages/man7/tcp.7.html">
        tcp(7)</a> man page.</p>
 
     <p>The default values on Windows are:</p>