You can use CodeIT repository to update the Apache server on your machine. They seem to have the version of the Apache. Here are the steps:
yum install -y epel-release
cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo
yum install httpd
systemctl start httpd
systemctl enable httpd