Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Last active December 10, 2016 21:02
Show Gist options
  • Save OlegShchavelev/995486346771f2dc0f2c6a5e7cc7cab3 to your computer and use it in GitHub Desktop.
Save OlegShchavelev/995486346771f2dc0f2c6a5e7cc7cab3 to your computer and use it in GitHub Desktop.
Аутентификация средствами Apache Web Server
AuthName "Protected area, need authorization"
AuthType Basic
AuthUserFile /home/d/detali/rebel.detali.digital/public_html/dtls1234/.htpasswd
require valid-user
dtls12345:$apr1$VkMKWs92$f86Wey4n/90bcDA9akHlT.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment