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

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