Hi,
I need to put a proxytimeout value for only one rewrite rule and not for all the proxy requests, as one backend app server to which requests are being proxied is causing some issues.
Appreciate if anybody can help me how to do this.
Can we use proxytimeout in ProxyPassReverse directive like
ProxyPassReverse / timeout=30
or can we use
<Location> or <LocationMatch> directive to put ProxyTimeout
<Location /someLoc>
ProxyTimeout 30
</Location>
Thanks,
Tewari
I need to put a proxytimeout value for only one rewrite rule and not for all the proxy requests, as one backend app server to which requests are being proxied is causing some issues.
Appreciate if anybody can help me how to do this.
Can we use proxytimeout in ProxyPassReverse directive like
ProxyPassReverse / timeout=30
or can we use
<Location> or <LocationMatch> directive to put ProxyTimeout
<Location /someLoc>
ProxyTimeout 30
</Location>
Thanks,
Tewari