Remediation Steps
Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux).
-
Update Apache via the package manager:
sudo yum update httpd # RHEL/CentOS 7 sudo dnf update httpd # RHEL/CentOS 8+ / AlmaLinux -
Verify the installed version:
-
httpd -v
-
Restart Apache after upgrading:
sudo systemctl restart httpd