Skip to content

Instantly share code, notes, and snippets.

@horitaku1124
Last active August 29, 2015 14:03
Show Gist options
  • Save horitaku1124/30db1261e0153e7f28ae to your computer and use it in GitHub Desktop.
Save horitaku1124/30db1261e0153e7f28ae to your computer and use it in GitHub Desktop.
ダイジェスト認証

.htaccess

AuthType Digest
AuthName "Secret Zone"
AuthUserFile /etc/httpd/.htdigest
Require valid-user
htdigest -c /etc/httpd/.htdigest 'Secret Zone' username

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment