Varnish 설치
############################################################################################
Homepage: http://varnish.projects.linpro.no/
Download & Documentation : http://varnish.projects.linpro.no/wiki/WikiStart#Source
Installation : http://varnish.projects.linpro.no/wiki/Installation
Version: varnish-2.0.4 (2009.05.11)
OS: CentOS release 4.7
Memory : 4G
CPU: Dual-Core AMD Opteron(tm) Processor 2212 * 2
############################################################################################
tar xvfzp varnish-2.0.4.tar.gz
cd varnish-2.0.4
./autogen.sh
==================================================
+ aclocal
+ libtoolize --copy --force
+ autoheader
+ automake --add-missing --copy --foreign
bin/varnishd/Makefile.am: installing `./compile'
+ autoconf
==================================================
./configure --enable-debugging-symbols --enable-developer-warnings --enable-dependency-tracking --prefix=/usr/local/varnish
make
make install
/usr/local/varnish/sbin/varnishd -T 127.0.0.1:6802 -f /usr/local/varnish/etc/varnish/test1.vcl