Skip to content

Instantly share code, notes, and snippets.

@BenAtWide
Forked from lurcio/apache-basic-auth
Created July 17, 2012 14:17
Show Gist options
  • Save BenAtWide/3129659 to your computer and use it in GitHub Desktop.
Save BenAtWide/3129659 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