Changes

From Amahi Wiki
Jump to: navigation, search
48 bytes removed ,  21:04, 10 August 2011
{{Code|htpasswd -c .htpasswd USERNAME}}
The <code>htpassword</code>file should look similar to this:
{{Text|username:3Ce3F4zRcVf42}}
The * Set the file should be owned by apache:apache and have 600 permissions, so copy it over, then, as root: {{Code|cp .htpasswd /var/hda/web-apps/appname/htpasswdchmod 600 /var/hda/web-apps/appname/htpasswdchown apache:apache /var/hda/web-apps/appname/htpasswd}}
12,424

edits