Changes

From Amahi Wiki
Jump to: navigation, search
28 bytes added ,  03:22, 13 August 2011
*Perform the following steps [[Open_Terminal_as_root|as root user]] (change username and password):
{{Code|htpasswd -c -b .htpasswd username password}}
* Next, set the permissions.
 
==== User Maintenance ====
*Add additional users, repeat the previous step (('''NOTE:''' the -c option is only needed the first time you create the file for that web application):
{{Code|htpasswd -b .htpasswd username password}}
*Copy the <code>.htpasswd</code> file to the web application directory:
{{Code|cp .htpasswd /var/hda/web-apps/htpasswd}}
* Next, set the permissions.
==== Set File permissions: ====
12,424

edits