Commit 6a65df88 authored by Daniel Ruggeri's avatar Daniel Ruggeri
Browse files

Correct SSLCipherSuite + documentation (move rather than add)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1307698 13f79535-47bb-0310-9956-ffa450edef68
parent d589153d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ together with prefixes to form the <em>cipher-spec</em>. Available
prefixes are:</p>
<ul>
<li>none: add cipher to list</li>
<li><code>+</code>: add ciphers to list and pull them to current location in list</li>
<li><code>+</code>: move matching ciphers to the current location in list</li>
<li><code>-</code>: remove cipher from list (can be added later again)</li>
<li><code>!</code>: kill cipher from list completely (can <strong>not</strong> be added later again)</li>
</ul>