May 29, 2009 at 4:18 pm
· Filed under Operating System
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..!!
Permalink
May 29, 2009 at 9:34 am
· Filed under Operating System
031-5461001
5466004
5466002
Permalink
May 26, 2009 at 10:40 am
· Filed under Operating System
Permalink
Enter your password to view comments.
May 22, 2009 at 7:44 pm
· Filed under Operating System
http://www.jagoanhosting.com/quote.php
http://www.jagoanhosting.com/jag-domain.php
http://www.jagoanhosting.com/hostingindonesia-idc.php
Permalink
May 14, 2009 at 11:56 am
· Filed under Operating System
Permalink
Enter your password to view comments.
May 13, 2009 at 2:33 pm
· Filed under Operating System
Permalink
Enter your password to view comments.
May 13, 2009 at 2:29 pm
· Filed under Operating System
https://manage.opensrs.net/
Permalink
May 10, 2009 at 4:39 pm
· Filed under Operating System
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:
Permalink