Htpasswd
From Wsms
Note: This page should be titled htpassed (all lowercase). It is Htpasswd due to technical limitations of Mediawiki.
Contents |
[edit]
htpasswd
htpasswd maintains a password file for use with Apache's basic authentication.
[edit]
installation
htpasswd is installed as part of the htppd package.
[edit]
common usage
Create a password file named htusers and set a password for the guest user:
[ggeller@arthur ~]$ htpasswd -c htusers guest New password: Re-type new password: Adding password for user guest
Don't forget to configure Apache to actually use the file.
[edit]
