
X-ProxyConnTimeout Directive
X-ProxyConnTimeout is an extended engine setting directive that specifies the proxy connection timeout in seconds for the [P] option of the directive RewriteRule.
This directive overrides the default engine setting "Connection timeout" in the "Proxy settings" section in Engine Settings page.
IMPORANT: This directive is IIS Mod-Rewrite specific. It is not compatible with Apache mod_rewrite and it should be removed from the rewrite configuration when migrating from IIS to Apache.
Configuration context
- per-server configurations
- per-virtual-host configurations
Syntax
X-ProxyConnTimeout n
It requires only one argument. n is the timeout in seconds and it must be a positive integer.
X-ProxyConnTimeout can be used only once within the same configuration scope.
|