<tr><th><ahref="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.1.5 and later.
On Windows from Apache 2.3.3 and later.</td></tr>
On Windows, from Apache 2.3.3 and later.</td></tr>
</table>
<p>This directive specifies the protocol used for a specific listening socket.
The protocol is used to determine which module should handle a request, and
The protocol is used to determine which module should handle a request and
to apply protocol specific optimizations with the <codeclass="directive">AcceptFilter</code>
directive.</p>
<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>
<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>
<p>For example, if you are running <code>https</code> on a non-standard port, specify the protocol explicitly:</p>
@@ -2786,13 +2788,13 @@ by Apache children</td></tr>
or <code>max</code> to indicate to the server that the limit should
be set to the maximum allowed by the operating system
configuration. Raising the maximum resource limit requires that
the server is running as <code>root</code>, or in the initial startup
the server is running as <code>root</code> or in the initial startup
phase.</p>
<p>This applies to processes forked off from Apache children
<p>This applies to processes forked from Apache children
servicing requests, not the Apache children themselves. This
includes CGI scripts and SSI exec commands, but not any
processes forked off from the Apache parent such as piped
processes forked from the Apache parent, such as piped
logs.</p>
<p>CPU resource limits are expressed in seconds per
@@ -2822,13 +2824,13 @@ by Apache children</td></tr>
or <code>max</code> to indicate to the server that the limit should
be set to the maximum allowed by the operating system
configuration. Raising the maximum resource limit requires that
the server is running as <code>root</code>, or in the initial startup
the server is running as <code>root</code> or in the initial startup
phase.</p>
<p>This applies to processes forked off from Apache children
<p>This applies to processes forked from Apache children
servicing requests, not the Apache children themselves. This
includes CGI scripts and SSI exec commands, but not any
processes forked off from the Apache parent such as piped
processes forked from the Apache parent, such as piped
logs.</p>
<p>Memory resource limits are expressed in bytes per
@@ -2853,18 +2855,18 @@ processes launched by Apache children</td></tr>