Hi,

Protocols and ProtocolsHonorOrder have the same description.
Is it done on purpose or is it a cut'n paste error?

CJ

Le 13/08/2015 17:33, [email protected] a écrit :
Author: icing
Date: Thu Aug 13 15:33:07 2015
New Revision: 1695727

URL: http://svn.apache.org/r1695727
Log:
new directive ProtocolsHonorOrder, added documentation for Protocols feature, 
changed preference selection and config merging

Modified:
     httpd/httpd/trunk/docs/manual/mod/core.xml
     httpd/httpd/trunk/include/http_core.h
     httpd/httpd/trunk/server/core.c
     httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: 
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1695727&r1=1695726&r2=1695727&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Thu Aug 13 15:33:07 2015
@@ -3711,6 +3711,71 @@ Protocol https
<directivesynopsis>
+    <name>Protocols</name>
+    <description>Protocols available for a server/virtual host</description>
+    <syntax>Protocols <var>protocol</var> ...</syntax>
+    <contextlist><context>server config</context><context>virtual 
host</context></contextlist>
[...]
+<directivesynopsis>
+    <name>ProtocolsHonorOrder</name>
+    <description>Protocols available for a server/virtual host</description>
+    <syntax>ProtocolsHonorOrder On|Off</syntax>
+    <default>ProtocolsHonorOrder Off</default>
+    <contextlist><context>server config</context><context>virtual 
host</context></contextlist>


Reply via email to