I am looking for something like:
<Proxy balancer://myset>
BalancerMember http://www.example.com:8080 timeout=1
</Proxy>
But I don't want to specify what urls go to that backend at all --- this is controlled else where --- like RewriteCond on certain ENV being set.
Can this be done?