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}}