File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ *) mpm_common: Add new ListenTCPDeferAccept directive that allows to specify
2+ the value set for the TCP_DEFER_ACCEPT socket option on listen sockets.
3+ [Ruediger Pluem]
Original file line number Diff line number Diff line change @@ -363,6 +363,29 @@ in *BSDs.</compatibility>
363363</usage >
364364</directivesynopsis >
365365
366+ <directivesynopsis >
367+ <name >ListenTCPDeferAccept</name >
368+ <description >Value set for the socket option TCP_DEFER_ACCEPT if it is set</description >
369+ <syntax >ListenTCPDeferAccept <var >integer</var ></syntax >
370+ <default >ListenTCPDeferAccept 30</default >
371+ <contextlist ><context >server config</context ></contextlist >
372+ <modulelist ><module >event</module ><module >worker</module >
373+ <module >prefork</module >
374+ </modulelist >
375+ <compatibility >Available in Apache HTTP Server 2.5.1 and later</compatibility >
376+
377+ <usage >
378+ <p >The value specified here is set as a value for the socket option
379+ <code >TCP_DEFER_ACCEPT</code > if it is set on the listen socket.
380+ This happens when running on Linux and <directive
381+ module =" core" >AcceptFilter</directive > is set to anything besides
382+ <code >none</code >. In any other cases this setting is ignored.
383+ For more details see the Linux
384+ <a href =" http://man7.org/linux/man-pages/man7/tcp.7.html" >
385+ tcp(7)</a > man page.</p >
386+ </usage >
387+ </directivesynopsis >
388+
366389<directivesynopsis >
367390<name >MaxRequestWorkers</name >
368391<description >Maximum number of connections that will be processed
You can’t perform that action at this time.
0 commit comments