{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Free-BSD, Linux » protect direktori web menggunakan htpasswd
protect direktori web menggunakan htpasswd
Berikut ini adalah cara untuk memprotect direktori Web apache menggunakan Htpasswd
tidak terlalu rumit…
cukup mengedit file access.conf (/etc/apache/access.conf)
—–
Tambahkan
—
AuthUserFile /etc/htpasswd
AuthGroupFile /dev/null
AuthName “Label Yang Akan Muncul”
AuthType Basic require user daniel Joni Agung
—
Menentukan User
Membuat Files User-password “pertama”
htpasswd -c /etc/htpasswd nama password.
Menambahkan User-Password “Kedua dan Seterusnya”
htpasswd -b /etc/htpasswd nama password
Kalo masih bingung baca ini ya …
Usage:
htpasswd [-cmdpsD] passwordfile username\r\nhtpasswd -b[cmdpsD] passwordfile username password
htpasswd -n[mdps] username
htpasswd -nb[mdps] username password
-c Create a new file.
Don’t update file;
display results on stdout.
-m Force MD5 encryption of the password.
-d Force CRYPT encryption of the password (default).
-p Do not encrypt the password (plaintext).
-s Force SHA encryption of the password.
-b Use the password from the command line rather than prompting for it.
-D Delete the specified user
—
Restart Apache WebServer dan lakukan test ke alamat web yang diprotect maka akan muncul Field seperti berikut :
.:Good Luck:.