Changes

From Amahi Wiki
Jump to: navigation, search
294 bytes added ,  20:48, 10 August 2011
no edit summary
*The <code>htpasswd</code> file will identify user names/passwords (encrypted) and the <code>.htaccess</code> file will contain the code needed to use that file to protect the web application.
 
* First you need to identify the web application you want to protect and it's physical location (/var/hda/web-app/appname) on your server. For example, the path for '''Linfo''' would be <u>'''/var/hda/web-app/linfo'''</u>.
 
* Next, you need to decide on the user names/passwords who will have access. This has to be the HDA users credentials that are used to log into the HDA Dashboard.
*There are two methods for creating the <code>htpasswd</code> file:
# Use [http://www.webmaster-toolkit.com/htaccess-generator.shtml .htaccess Generator] and copy the contents of what the "And this is what your .htpasswd file should look like..." box
#Use the htpasswd command:
12,424

edits