Re: [users@httpd] ProxyPass ordering

2017-10-23 Thread Victor Engle
l-path, so using location to define proxypass adds unneeded > complexity. > > 2017-10-04 16:07 GMT+02:00 Eric Covener : > > My recollection is that the ordering is NOT handled similarly when in > > Location. Each directive will replace the last. > > > > On Wed, Oct 4,

[users@httpd] ProxyPass ordering

2017-10-04 Thread Victor Engle
I have a site where multiple locations are mapped to different Proxy balancers named balancer1, balancer2, balancer3 etc. One of the locations mapped is root, "/", and according to the documentation, if that ProxyPass mapping comes last in the config, it should work as expected. Instead, with Apach

[users@httpd] Authorization using group files

2017-02-17 Thread Victor Engle
I have an apache server and I want to allow users in group1 to access /. Then I want to restrict users further for location /test using group2. What I find is that if I authorize "/" for users in group1 I cannot restrict those users from "/test" even when they are left out of group2. I've tried u