From: Luca Toscano
Date: Sat, 22 Sep 2018 14:51:30 +0000 (+0000)
Subject: mod_ssl.xml: bring balance to the force
X-Git-Tag: 2.4.36~32
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9784375c95fd59bf0fa24015d507e5a9251f8d4;p=thirdparty%2Fapache%2Fhttpd.git
mod_ssl.xml: bring balance to the force
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841685 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 588798cc3e4..a5c45232db4 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -693,7 +693,8 @@ This complex directive uses a colon-separated cipher-spec string
consisting of OpenSSL cipher specifications to configure the Cipher Suite the
client is permitted to negotiate in the SSL handshake phase. The optional
protocol specifier can configure the Cipher Suite for a specific SSL version.
-Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2.
+Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2.
+
Notice that this
directive can be used both in per-server and per-directory context.