| Article Index |
|---|
| Optimasi Bandwidth dengan FreeBSD 7 + squid + Apache + videocache |
| Page 2 |
| Page 3 |
| Page 4 |
| Page 5 |
| All Pages |
indofreebsd# cd /usr/ports/lang/python
indofreebsd# make install clean
4. Install Python-urlgrabber
download dulu source nya di http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-3.1.0.tar.gz atau http://www.indofreebsd.or.id/download/urlgrabber-3.1.0.tar.gz
Â
indofreebsd# fetch http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-3.1.0.tar.gz
indofreebsd# tar -zxvf urlgrabber-3.1.0.tar.gz
indofreebsd# cd urlgrabber-3.1.0
indofreebsd# python setup.py install
5. Install Python-iniparse
download dulu source nya di http://iniparse.googlecode.com/files/iniparse-0.3.1.tar.gz atau di http://www.indofreebsd.or.id/download/iniparse-0.3.1.tar.gz
indofreebsd# fetch http://iniparse.googlecode.com/files/iniparse-0.3.1.tar.gz
indofreebsd# tar -zxvf iniparse-0.3.1.tar.gz
indofreebsd# cd iniparse-0.3.1
indofreebsd# python setup.py install
6. Install Apache
indofreebsd# cd /usr/ports/www/apache22
indofreebsd# make install clean
biar jalan setiap kali restart masukan parameter ke /etc/rc.conf
apache22_enable="YES"
7. Install Videocache
download dulu source nya di http://www.indofreebsd.or.id/download/videocache-1.9.1.tar.gz
indofreebsd# fetch http://www.indofreebsd.or.id/download/videocache-1.9.1.tar.gz
indofreebsd# tar -zxvf videocache-1.9.1.tar.gz
indofreebsd# cd videocache-1.9.1
indofreebsd# python setup.py install
indofreebsd# cp videocache-httpd.conf /usr/local/etc/apache22/videocache.conf
indofreebsd# cp videocache-sysconfig.conf /etc/videocache.conf
indofreebsd# vi /etc/videocache.conf
| Next > |
|---|







