directive in example was obsolete variant of variant in title

elops
2014-12-08 10:28:47 -08:00
parent da65c150f9
commit 21e8c4c6b4

@@ -1022,9 +1022,9 @@ For v2.8.0 or newest refer to SecConnWriteStateLimit.
== SecConnWriteStateLimit == == SecConnWriteStateLimit ==
'''Description:''' Establishes a per-IP address limit of how many connections are allowed to be in SERVER_BUSY_WRITE state. '''Description:''' Establishes a per-IP address limit of how many connections are allowed to be in SERVER_BUSY_WRITE state.
'''Syntax:''' <code>SecWriteStateLimit LIMIT OPTIONAL_IP_MATCH_OPERATOR</code> '''Syntax:''' <code>SecConnWriteStateLimit LIMIT OPTIONAL_IP_MATCH_OPERATOR</code>
'''Example Usage''': <code>SecWriteStateLimit 50 "!ipMatch 127.0.0.1"</code> '''Example Usage''': <code>SecConnWriteStateLimit 50 "!ipMatch 127.0.0.1"</code>
'''Scope''': Main '''Scope''': Main