Apache: htpasswd Create User for Apache Auth File

February 8th, 2009 by jeremychone

First user creation (create file and first user):

htpasswd -cm /path/to/auth-conf yourusername

Subsequent user creation

htpasswd -m /path/to/auth-conf yourusername

Leave a Reply