Hi, I have multiple rewrite rules for going to different backend app servers. I need to put a proxy time out for only one rewrite rule, which is proxying the requests to one particular app server in the backend. Can we give timeout value to a RewriteRule or RewriteCond, like RewriteRule /abc abc-search.company.com [P,L] timeout=30 Not sure how to proceed with this issue. Thanks, Tewari