Thursday, October 27, 2005

Upgrade Apache Web Server

You should upgrade your webserver as often as possible. Here is how Apache web server can be upgraded on Red Hat Enterprise Linux 3


#upgrade httpd
wget ftp://ftp.linux.ncsu.edu/pub/redhat/linux/updates/enterprise/3ES/en/os/SRPMS/httpd-2.0.46-54.ent.src.rpm
#check rpm
rpm --checksig httpd-2.0.46-54.ent.src.rpm
# httpd-2.0.46-54.ent.src.rpm: (sha1) dsa sha1 md5 gpg OK
rpm -Uvh httpd-2.0.46-54.ent.src.rpm



Apache - Computers and Internet

0 Comments:

Post a Comment

<< Home