<td>On</td>
<td>This is the inverse of 'disablereuse' above, provided as a
convenience for scheme handlers that require opt-in for connection
- reuse (such as <module>mod_proxy_fcgi</module>).
+ reuse (such as <module>mod_proxy_fcgi</module>). 2.4.11 and later only.
</td></tr>
<tr><td>flushpackets</td>
<td>off</td>
from httpd, you can opt-in to connection reuse as shown in the following
example:</p>
- <example><title>Single application instance, connection reuse</title>
+ <example><title>Single application instance, connection reuse (2.4.11 and later)</title>
<highlight language="config">
ProxyPass /myapp/ fcgi://localhost:4000/ enablereuse=on
</highlight>
a "best guess" for <var>PATH_INFO</var>, set this env-var.
This is a workaround for a bug in some FCGI implementations. This
variable can be set to multiple values to tweak at how the best guess
- is chosen:
+ is chosen (In 2.4.11 and later only):
<dl>
<dt>first-dot</dt>
<dd>PATH_INFO is split from the slash following the