# Authentication and Authorization # See http://httpd.apache.org/docs/2.4/howto/auth.html ## # either the "Allow from 192.168.1" or "Require valid-user" will be used ## Satisfy Any ## Require ip 192.168.1.0/24 ## Require host localhost Require valid-user AuthType Basic AuthName "Admin access" AuthUserFile /srv/web/blah/.htpasswd