Project

General

Profile

Upgrade lighttpd 1.4.26 to 1.4.29

Added by icesoul over 12 years ago

I'm using centos5 and i'm trying to update lighty

yum update lighttpd don't work

No Packages marked for Update

I have download
http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.29.tar.gz
and after

./configure
make
/etc/init.d/lighttpd stop
make uninstall
make install
/etc/init.d/lighttpd start

after that i type lighttpd -v and i get
lighttpd/1.4.26 (ssl) - a light and fast webserver

What am I doing wrong?