Apache: htpasswd Create User for Apache Auth File
February 8th, 2009 by jeremychoneFirst user creation (create file and first user):
htpasswd -cm /path/to/auth-conf yourusername
Subsequent user creation
htpasswd -m /path/to/auth-conf yourusername