<description>Configures optimizations for a Protocol's Listener Sockets</description>
<syntax>AcceptFilter <var>protocol</var> <var>accept_filter</var></syntax>
<contextlist><context>server config</context></contextlist>
-<compatibility>On Windows only available from Apache httpd 2.3.3 and later.
-</compatibility>
+<compatibility>On Windows only.</compatibility>
<usage>
<p>This directive enables operating system specific optimizations for a
<syntax> ErrorLogFormat [connection|request] <var>format</var></syntax>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
-<compatibility>Available in Apache httpd 2.3.9 and later</compatibility>
<usage>
<p><directive>ErrorLogFormat</directive> allows to specify what
<default>KeepAliveTimeout 5</default>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
-<compatibility>Specifying a value in milliseconds is available in
-Apache httpd 2.3.2 and later</compatibility>
<usage>
<p>The number of seconds Apache httpd will wait for a subsequent
<code>GetServerVariable</code>, as well as the <code>ALL_HTTP</code>
and <code>ALL_RAW</code> values.</p>
- <p>Apache httpd 2.0+ <module>mod_isapi</module> supports additional
+ <p>Since httpd 2.0, <module>mod_isapi</module> supports additional
features introduced in later versions of the ISAPI specification,
as well as limited emulation of async I/O and the
<code>TransmitFile</code> semantics. Apache httpd also supports preloading
prior to 2.0.46, no escaping was performed on these strings so
you had to be quite careful when dealing with raw log files.</p>
- <p>In httpd 2.0, unlike 1.3, the <code>%b</code> and
+ <p>Since httpd 2.0, unlike 1.3, the <code>%b</code> and
<code>%B</code> format strings do not represent the number of
bytes sent to the client, but simply the size in bytes of the
HTTP response (which will differ, for instance, if the
<directive module="mod_rewrite">RewriteRule</directive> directive with the
<code>[P]</code> flag.</p>
- <p>The optional <var>interpolate</var> keyword (available in
- httpd 2.2.9 and later), in combination with
+ <p>The optional <var>interpolate</var> keyword, in combination with
<directive>ProxyPassInterpolateEnv</directive> causes the ProxyPass
to interpolate environment variables, using the syntax
<var>${VARNAME}</var>. Note that many of the standard CGI-derived
because it doesn't depend on a corresponding <directive module="mod_proxy"
>ProxyPass</directive> directive.</p>
- <p>The optional <var>interpolate</var> keyword (available in
- httpd 2.2.9 and later), used together with
+ <p>The optional <var>interpolate</var> keyword, used together with
<directive>ProxyPassInterpolateEnv</directive>, enables interpolation
of environment variables specified using the format <var>${VARNAME}</var>.
Note that interpolation is not supported within the scheme portion of a
</highlight>
</example>
- <p>In Apache httpd 2.3.9 and later, startup will fail if this
- directive is specified but the suEXEC feature is disabled.</p>
+ <p>Startup will fail if this directive is specified but the suEXEC
+ feature is disabled.</p>
</usage>
<seealso><directive module="mod_unixd">Suexec</directive></seealso>
</directivesynopsis>
<default>On if suexec binary exists with proper owner and mode,
Off otherwise</default>
<contextlist><context>server config</context></contextlist>
-<compatibility>Available in Apache httpd 2.3.9 and later</compatibility>
<usage>
<p>When On, startup will fail if the suexec binary doesn't exist