
X-ProxyRespTimeout Directive
X-ProxyRespTimeout is an extended engine setting directive that specifies the proxy response timeout in seconds for the [P] option of the directive RewriteRule.
This directive overrides the default engine setting "Response 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-ProxyRespTimeout n
It requires only one argument. n is the timeout in seconds and it must be a positive integer.
X-ProxyRespTimeout can be used only once within the same configuration scope.
|