ProxyTimeout using mod_rewrite proxy?
"Bower, Nick, UK Content Services" <[email protected]> Thu, 27 Feb 2003 18:45:18 -0000
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <2983AA3E98B6614A97CB3A2B6AD5284105E765@UKWMXM02> |
Hi. Hopefully this isn't too off-scope for this list. We want to implement the ProxyTimeout directive with the proxy facilities of mod_rewrite, not mod_proxy. We wish to have: RewriteRule ^/http/(.*) http://$1 [P] RewriteRule ^/https/(.*) https://$1 [P] but including a 60 second proxy timeout on these due to an unreliable app server at the proxied destination. Is this in anyway possible? Many thanks, Nick.