# Basic Authentication
AuthType Basic
AuthName "login..."
AuthUserFile /path/to/.htpasswd
require valid-user
