Skip to content

Instantly share code, notes, and snippets.

@styks1987
Created June 4, 2015 12:59
Show Gist options
  • Save styks1987/b21f39c8f2464507ccd1 to your computer and use it in GitHub Desktop.
Save styks1987/b21f39c8f2464507ccd1 to your computer and use it in GitHub Desktop.
AuthType Basic
AuthName "Testing-- Please Identify Yourself"
AuthUserFile /srv/auth/.htpasswd
Require valid-user
<Limit GET POST>
Require all denied
Require host 111.111.111.111
Require valid-user
</Limit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment