link
Create password protected directory
sudo htpasswd -c /etc/apache2/.htpasswd username
Create new password file
Add another user
sudo htpasswd /etc/apache2/.htpasswd anotheruser