Archive

Archive for the ‘FreeBSD’ Category

Cachemanager Proxy In FreeBSD 6.x

May 22nd, 2009 No comments

Ini panduan singkat membuat cache manager proxy di mesin freeBSD. dimana cache dari proxy serta kemampuannya dapat kita pantau melalui web browser. ok lanjut yah.. 

1. Pastikan anda sudah menginstall apache di mesin freeBSD ( pastikan web server terinstall ) 
   

[root@localhost~]# netstat -tan |grep 80 atau
[root@localhost~]# /usr/local/sbin/httpd status

  Read more…

Categories: FreeBSD Tags:

Kompilasi Kernel Untuk Squid Server

May 22nd, 2009 No comments

Bagi Pengguna mesin FreeBSD maupun OpenBSD, sebelum menginstalasi Squid sebaiknya me-recompile kernel untuk dukungan diskd dengan options tambahan berikut:

options SYSVMSG # SYSV-style message queues
options MSGMNB=32768 # jumlah maksimal byte yang disimpan di queue
options MSGMNI=164 # jumlah message queue identifiers
options MSGSEG=8196 # jumlah message segments per queue
options MSGSSZ=512 # besarnya sebuah message segment
options MSGTQL=2048 # jumlah maksimal messages pada system.

 

Pembahasan lebih lengkap options di atas dapat di baca di Squid FAQ 

Read more…

Categories: FreeBSD Tags: