Control Web Panel

WebPanel => Apache => Topic started by: comeback on March 01, 2014, 01:35:47 PM

Title: Update, Apache (2.2.26)
Post by: comeback on March 01, 2014, 01:35:47 PM
I only speak french, sorry for my bad english.

CentOS 6 64 bit

Code: [Select]
rpm -ihv http://centos.alt.ru/repository/centos/6/x86_64/centalt-release-6-1.noarch.rpm
yum update httpd
service cwp restart

The update is done.

You must disable Repositories "CentALT"

Code: [Select]
cd /etc/yum.repos.d
nano centalt.repo

Replace the line:

Code: [Select]
enabled=1
By this line

Code: [Select]
enabled=0
Must be saved ([ctrl] + x, y, [enter]), then

Code: [Select]
yum repolist all
Verify that it is disabled, then

Code: [Select]
yum clean all
CentOS 6 X 86

Code: [Select]
rpm -ihv http://centos.alt.ru/repository/centos/6/i386/centalt-release-6-1.noarch.rpm
yum update httpd
service cwp restart

The update is done.

You must disable Repositories "CentALT"

Code: [Select]
cd /etc/yum.repos.d
nano centalt.repo

Replace the line:

Code: [Select]
enabled=1
By this line

Code: [Select]
enabled=0
Must be saved ([ctrl] + x, y, [enter]), then

Code: [Select]
yum repolist all
Verify that it is disabled, then

Code: [Select]
yum clean all
Title: Re: Update, Apache (2.2.26)
Post by: robbyq on October 26, 2016, 03:43:28 PM
any tested?
Title: Re: Update, Apache (2.2.26)
Post by: Igor S. on October 28, 2016, 11:57:47 AM
Hello,

the way is too wrong and it will not work.
The CWP do not use Apache from any rpms, Apache installed from source code!