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

[users@httpd] Conditionally disable authentication in subdirectories

2020-05-05 Thread Andrea Gozzi
Hi all, I have a vhost where SSPI authentication is enabled (if the corresponding module is loaded and a variable is defined). So far, so good. However, depending on the existence of certain subdirectories, I need to disable authentication in those directories (htaccess files in subdirectories