You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/02/09 00:52:39 UTC

DO NOT REPLY [Bug 42912] Undocumented core directive: Protocol

https://issues.apache.org/bugzilla/show_bug.cgi?id=42912

--- Comment #2 from Christian Ress <ba...@apache.the-bart.org> 2010-02-08 15:52:36 UTC ---
Created an attachment (id=24949)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24949)
Added documentation for the Protocol directive to core.xml

This patch comments the Protocol directive added in r190563.

It's a directive in the core module that allows specification of the protocol
(http, https) used for a listening socket. The protocol is used to determine
which module should be used for the request and if AcceptFilter optimizations
should be applied.

The wording of the documentation is analogous to the documentation of the
protocol parameter to the Listen directive (mpm_common), which does the same
thing.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org