Re: Apache Proxy https

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> <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




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux