Lighttpd

From campisano.org
Jump to navigation Jump to search

Vademecum

Lighttpd

apt-get install bzip2 grep less findutils wget gcc g++ autoconf automake make libpcre3-dev libzip-dev php5-cgi
wget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.29.tar.gz
tar -xzf lighttpd-1.4.29.tar.gz
./configure --prefix=/usr/local/lighttpd --with-pcre --with-zlib --without-bzip2
make
make install