Re: [users@httpd] Http Server 2.4.43 version RPM

2020-05-06 Thread Kushagra Bindal
Thanks all for your response. Let me try the same and let you know in case I will be needing any help. On Wed, May 6, 2020, 12:06 AM edflecko . wrote: > Oops...I see a typo I made. Try this: > > yum install yum-changelog -y > yum changelog httpd > yum install wget epel-release -y > cd /etc/yum.

Re: [users@httpd] Http Server 2.4.43 version RPM

2020-05-05 Thread edflecko .
Oops...I see a typo I made. Try this: yum install yum-changelog -y yum changelog httpd yum install wget epel-release -y cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo yum info httpd yum install httpd -y Ed On

Re: [users@httpd] Http Server 2.4.43 version RPM

2020-05-05 Thread edflecko .
yum install yum-changelog -y yum changelog httpd yum install -y wget epel-release -y cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo yum info httpd yum install httpd -y Ed On Tue, May 5, 2020 at 8:04 AM Richard

Re: [users@httpd] Http Server 2.4.43 version RPM

2020-05-05 Thread Richard
> Date: Tuesday, May 05, 2020 18:09:47 +0530 > From: Kushagra Bindal > > Hi Experts, > > I am new to HTTP Server. We are currently running on centos 7.7 > version and we are currently using > httpd-2.4.6-90.el7.centos.x86_64 version. > > This version is having multiple vulnerabilities and th

[users@httpd] Http Server 2.4.43 version RPM

2020-05-05 Thread Kushagra Bindal
Hi Experts, I am new to HTTP Server. We are currently running on centos 7.7 version and we are currently using httpd-2.4.6-90.el7.centos.x86_64 version. This version is having multiple vulnerabilities and thus we need to upgrade our system to latest available version i.e. 2.4.43. But I am not a