Skip to content

Instantly share code, notes, and snippets.

@begin29
Created May 10, 2017 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save begin29/6c1cc7a32f0b96dd637a69d50444799b to your computer and use it in GitHub Desktop.
Save begin29/6c1cc7a32f0b96dd637a69d50444799b to your computer and use it in GitHub Desktop.
apache settings
# add new user to apache authorization
# /etc/apache2/.htpasswd - authorization file, can be rewtitted by website
# apache configuration
sudo htpasswd /etc/apache2/.htpasswd another_user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment