[users@httpd] require valid-users for location bypasses other unrelated restrictions

2021-03-16 Thread Dennis Jacobfeuerborn
Hi, I trying to understand how the "Require" directive works in non-trivial cases. This is one example: ServerName 127.0.0.1 DocumentRoot "/var/www/html/site" Authtype Basic Authname "site" AuthUserFile /etc/httpd/conf/htpasswd Require valid-user Require all denie

Re: [users@httpd] require valid-users for location bypasses other unrelated restrictions

2021-03-16 Thread Eric Covener
On Tue, Mar 16, 2021 at 9:41 AM Dennis Jacobfeuerborn wrote: > > Hi, > I trying to understand how the "Require" directive works in non-trivial > cases. This is one example: > > > ServerName 127.0.0.1 > DocumentRoot "/var/www/html/site" > > Authtype Basic > Authname "site" > Aut