> <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: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx