summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-09-28 08:32:00 +0000
committerYann Ylavic <ylavic@apache.org>2015-09-28 08:32:00 +0000
commit780f9139c68667b802c449c1b0096d62df286948 (patch)
treee1a61fe5840becceb08a2ebc674e788df9711be2
parent4077cb037a95732d56660ee04dc60327de5d3184 (diff)
downloadhttpd-780f9139c68667b802c449c1b0096d62df286948.tar.gz
Fix availability version for 'ListenCoresBucketsRatio'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705612 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mpm_common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index baad640818..1bf8c2e414 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -263,7 +263,7 @@ listeners' buckets</description>
<module>event</module>
<module>prefork</module>
<module>worker</module></modulelist>
-<compatibility>Available in Apache HTTP Server 2.4.13, with a kernel supporting
+<compatibility>Available in Apache HTTP Server 2.4.17, with a kernel supporting
the socket option <code>SO_REUSEPORT</code> and distributing new connections
evenly accross listening processes' (or threads') sockets using it (eg. Linux
3.9 and later, but not the current implementations of <code>SO_REUSEPORT</code>