Skip to content

Instantly share code, notes, and snippets.

@horitaku1124
Created February 15, 2014 12:43
Show Gist options
  • Save horitaku1124/9018847 to your computer and use it in GitHub Desktop.
Save horitaku1124/9018847 to your computer and use it in GitHub Desktop.
ダイジェスト認証をする
# htdigest -c /etc/httpd/.htdigest 'Secret Zone' username
AuthType Digest
AuthName "Secret Zone"
AuthUserFile /etc/httpd/.htdigest
Require user username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment