From: Ruediger Pluem Date: Tue, 26 Aug 2025 13:56:01 +0000 (+0000) Subject: * Follow up to r1927885: Changelog entry and documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3690d63cb86e2cf0adfc4046b57446e61587bc04;p=thirdparty%2Fapache%2Fhttpd.git * Follow up to r1927885: Changelog entry and documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928022 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/listentcpdeferaccept.txt b/changes-entries/listentcpdeferaccept.txt new file mode 100644 index 0000000000..87dec8ff0c --- /dev/null +++ b/changes-entries/listentcpdeferaccept.txt @@ -0,0 +1,3 @@ + *) mpm_common: Add new ListenTCPDeferAccept directive that allows to specify + the value set for the TCP_DEFER_ACCEPT socket option on listen sockets. + [Ruediger Pluem] diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 36bf061cc2..8eea7d8848 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -402,6 +402,29 @@ in *BSDs. + +ListenTCPDeferAccept +Value set for the socket option TCP_DEFER_ACCEPT if it is set +ListenTCPDeferAccept integer +ListenTCPDeferAccept 30 +server config +eventworker +prefork + +Available in Apache HTTP Server 2.5.1 and later + + +

The value specified here is set as a value for the socket option + TCP_DEFER_ACCEPT if it is set on the listen socket. + This happens when running on Linux and AcceptFilter is set to anything besides + none. In any other cases this setting is ignored. + For more details see the Linux + + tcp(7) man page.

+
+
+ MaxRequestWorkers Maximum number of connections that will be processed