Archive for May, 2009

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..!!

Comments

Indosat Kayoon Sby

031-5461001
5466004
5466002

Comments

Protected: Perjanjian MNTC 2009 – 2010

This post is password protected. To view it please enter your password below:


Enter your password to view comments.

Di Jagoan Hosting aja segini

http://www.jagoanhosting.com/quote.php

http://www.jagoanhosting.com/jag-domain.php

http://www.jagoanhosting.com/hostingindonesia-idc.php

Comments

Protected: Rahasia Domain ptpn-11.com

This post is password protected. To view it please enter your password below:


Enter your password to view comments.

Protected: Pulsa Pak Benny Palm-Spring Customer Trugee

This post is password protected. To view it please enter your password below:


Enter your password to view comments.

Panel Manager Alternatif NamaDomain Dot Com

https://manage.opensrs.net/

Comments

SendMail Link On QMAIL

Now let’s remove any old sendmail symbolic links…

rm -f /usr/lib/sendmail

rm -f /usr/sbin/sendmail

Now we will need to set up an “artificial” sendmail, which is just a symbolic link to qmail’s “sendmail”. Qmail is equipped with it’s own “sendmail” binary at /var/qmail/bin/sendmail, which is merely a direct inject into qmail.

ln -s /var/qmail/bin/sendmail /usr/lib/sendmail

ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail

That’s it! If all has gone well, sendmail should be uninstalled and the qmail sendmail should be in its place. A listing of the 2 sendmail symbolic links should look like this:

Comments