deny from all
AuthType basic
AuthName "Plain htpasswd"
AuthPlainUserFile /usr/share/doc/libapache-mod-auth-plain/examples/.htpasswd
Require valid-user
Satisfy any
