> <Proxy "https://example.com";>
> ProxySet connectiontimeout=5 timeout=30
> Require all granted
> </Proxy>

AFAICT you cannot match/limit the connectable hosts this way.  Fwd
proxy always uses "*".

I don't see good recipes out there, but this worked in my quick test:

<Proxy *>
  <RequireAll>
     Require host *.mylan.com
     Require expr %{HTTP_HOST} =~ /^example.com:443$/
  </RequireAll>
<Proxy>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to