Adding an Apache user

You can use the htpasswd tool to add Apache users. You will have to specify a file which will contain the users and passwords.

[user@domain ~]# htpasswd userfile username

Please note that we use camel case to create Apache user names.