Skip to content

Instantly share code, notes, and snippets.

@lurcio
Created April 24, 2012 09:07
Show Gist options
  • Save lurcio/2478112 to your computer and use it in GitHub Desktop.
Save lurcio/2478112 to your computer and use it in GitHub Desktop.
Apache 2.2 Basic Authentication
AuthType Basic
AuthName "Restricted Files"
AuthBasicProvider file
AuthUserFile /path/to/password/file
Require user valid-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment