<Location /adei/admin/> AuthType Basic AuthName "ADEI/Admin Authentication" AuthBasicProvider file AuthUserFile /adei/cfg/apache.passwd Require valid-user Order deny,allow Deny from all Allow from 127.0.0.1 Allow from ::1 Satisfy Any </Location> <Location /adei/services/control.php> AuthType Basic AuthName "ADEI/Control Authentication" AuthBasicProvider file AuthUserFile /adei/cfg/apache.passwd Require valid-user Order deny,allow Deny from all Allow from 127.0.0.1 Allow from ::1 Satisfy Any </Location>