Re: [users@httpd] Apache Proxy https

2018-03-14 Thread Rajesh Cherukuri
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

Re: [users@httpd] Apache Proxy https

2018-03-14 Thread Eric Covener
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

Re: [users@httpd] Apache Proxy https

2018-03-14 Thread Rajesh Cherukuri
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

Re: [users@httpd] Apache Proxy https

2018-03-13 Thread Eric Covener
> 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

[users@httpd] Apache Proxy https

2018-03-13 Thread Rajesh Cherukuri
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