Changes

From Amahi Wiki
Jump to: navigation, search
15 bytes removed ,  02:23, 8 August 2019
==== Copy and Set File permissions: ====
*Copy the <code>.htpasswd</code> file to the web application directory:
{{Code| cp .htpasswd /var/hda/web-apps/htpasswd}}
* Ensure the permissions are correctly set on the two files as follows:
{{Code| chmod 600 /var/hda/web-apps/htpasswd chown apache:apache /var/hda/web-apps/htpasswd}}
==== If you have Webmin installed ====
12,424

edits