summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2015-09-15 13:13:26 +0200
committerStefan Eissing <icing@apache.org>2015-09-15 13:13:26 +0200
commit145e6d829255629707827d0eb3287df20051b93f (patch)
tree5148c1f51168c092af68f1737c168f8904c45460 /docs
parentmod_slotmem_shm: follow up to r1702450. (diff)
downloadapache2-145e6d829255629707827d0eb3287df20051b93f.tar.xz
apache2-145e6d829255629707827d0eb3287df20051b93f.zip
fixes description of ProtocolsHonorOrder directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index a1bfd58191..e4974c86bc 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -3755,7 +3755,7 @@ Protocol https
<directivesynopsis>
<name>ProtocolsHonorOrder</name>
- <description>Protocols available for a server/virtual host</description>
+ <description>Determines if order of Protocols determines precedence during negotiation</description>
<syntax>ProtocolsHonorOrder On|Off</syntax>
<default>ProtocolsHonorOrder On</default>
<contextlist><context>server config</context><context>virtual host</context></contextlist>