yes the requireany works for the list , but i wanted to understand if we
can do both uri and host for a single url like Require expr %{HTTP_HOST}
%{REQUEST_URI} for example " https://www.hp.com/us/en/hp-news"; to allow
only specific part of website
On Wed, Mar 14, 2018 at 9:15 AM, Rajesh Cherukuri wrote:
> eric
>
> Thanks for the details, however i have list of URL's that needs to be
> allowed , i assume we need to use RequireAny is that correct also i have
> few of the urls that like https://www.hp.com/us/en/hp-news can i add uri
> with i
eric
Thanks for the details, however i have list of URL's that needs to be
allowed , i assume we need to use RequireAny is that correct also i have
few of the urls that like https://www.hp.com/*us/en/hp-news *can i add uri
with in require expr or do i need to use proxy Match
> https://example.com";>
> ProxySet connectiontimeout=5 timeout=30
> Require all granted
>
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:
Require host *.mylan.com
Requi
Hi
can some one help me on this , i am trying to configure Apache as forward
proxy so that client can connect to the HTTPS url , below is my
configuration , i get 403 when connecting to HTTPS urls , i can connect
to http url without any issues if i update below vhost with* http://example.com