View | Details | Raw Unified | Return to bug 42912
Collapse All | Expand All

(-)docs/manual/mod/core.xml (+30 lines)
Lines 101-106 Link Here
101
       filters.</p>  
101
       filters.</p>  
102
102
103
</usage>
103
</usage>
104
<seealso><directive>Protocol</directive></seealso>
104
</directivesynopsis>
105
</directivesynopsis>
105
106
106
<directivesynopsis>
107
<directivesynopsis>
Lines 2746-2751 Link Here
2746
</directivesynopsis>
2747
</directivesynopsis>
2747
2748
2748
<directivesynopsis>
2749
<directivesynopsis>
2750
<name>Protocol</name>
2751
<description>Protocol for a listening socket</description>
2752
<syntax>Protocol <var>protocol</var></syntax>
2753
<contextlist><context>server config</context><context>virtual host</context></contextlist>
2754
<compatibility>Available in Apache 2.1.5 and later.
2755
On Windows from Apache 2.3.3 and later.</compatibility>
2756
2757
<usage>
2758
    <p>This directive specifies the protocol used for a specific listening socket.
2759
       The protocol is used to determine which module should handle a request, and
2760
       to apply protocol specific optimizations with the <directive>AcceptFilter</directive>
2761
       directive.</p>
2762
2763
    <p>You only need to set the protocol if you are running on non-standard ports, otherwise <code>http</code> is assumed for port 80 and <code>https</code> for port 443.</p>
2764
2765
    <p>For example, if you are running <code>https</code> on a non-standard port, specify the protocol explicitly:</p>
2766
2767
    <example>
2768
      Protocol https
2769
    </example>
2770
2771
    <p>You can also specify the protocol using the <directive module="mpm_common">Listen</directive> directive.</p>
2772
</usage>
2773
<seealso><directive>AcceptFilter</directive></seealso>
2774
<seealso><directive module="mpm_common">Listen</directive></seealso>
2775
</directivesynopsis>
2776
2777
2778
<directivesynopsis>
2749
<name>RLimitCPU</name>
2779
<name>RLimitCPU</name>
2750
<description>Limits the CPU consumption of processes launched
2780
<description>Limits the CPU consumption of processes launched
2751
by Apache children</description>
2781
by Apache children</description>

Return to bug 42912