오래전 이야기/Varnish

Varnish 설치

리눅스 엔지니어였던 2009. 5. 20. 13:24


############################################################################################

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

참고문서 : http://www.all2e.com/Ressourcen/Artikel-und-Fallstudien/Varnish-installation-and-setup-on-ez-publish-based-systems

 

############################################################################################


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