mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Fix case in directive name, so that quickreference.xsl can extract default value correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853617 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -327,8 +327,8 @@ in *BSDs.</compatibility>
|
||||
<directivesynopsis>
|
||||
<name>ListenBackLog</name>
|
||||
<description>Maximum length of the queue of pending connections</description>
|
||||
<syntax>ListenBacklog <var>backlog</var></syntax>
|
||||
<default>ListenBacklog 511</default>
|
||||
<syntax>ListenBackLog <var>backlog</var></syntax>
|
||||
<default>ListenBackLog 511</default>
|
||||
<contextlist><context>server config</context></contextlist>
|
||||
<modulelist><module>event</module><module>worker</module>
|
||||
<module>prefork</module><module>mpm_winnt</module>
|
||||
|
||||
Reference in New Issue
Block a user