== How to do it ==
This requires creation of the <code>htpasswd</code> be placed in the '''''/var/hda/web-apps''''' directory. The <code>htpasswd</code> file will identify user names and passwords (encrypted).
==== Create the htpasswd File ====
There are two options for creating the <code>htpasswd</code> file:
{{Code|htpasswd -c -b .htpasswd username password}}
*Proceed to the '''Copy and Set File Permissions''' section to complete.
==== User Maintenance (Add/Delete) ====