Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » Membuat Password Folder di Apache 2

Membuat Password Folder di Apache 2

Langkah Pertama :

1. Edit files httpd.conf


deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow

2. Buat File Penyimpan Config di  Folder yang akan di protect

cd  /var/www/newest

joe .htaccess

Isikan dengan Config sbb :

AuthType Basic
AuthUserFile /etc/htpasswd
AuthName dms
AuthName “Saiki Nggae Password CUK..!!”
require valid-user
satisfy any

Chmod 644 .htaccess
3.  Sekarang Membuat User Aksesnya :

touch /etc/htpasswd

Membuat Files User-password “pertama”
htpasswd -c /etc/htpasswd nama password.
Menambahkan User-Password “Kedua dan Seterusnya”
htpasswd -b /etc/htpasswd nama password 

4. Restart Web Server Apache …. Good Luck..!!

Filed under: 7. Operating System

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>