AuthType Basic AuthName "Please Log In" AuthUserFile /some/path/.htpasswd Require valid-user Order deny,allow Deny from all Allow from 1.2.3.4 Allow from 1.2.3.5 Satisfy any