Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Linux (RHEL/CentOS/AlmaLinux).

  1. Update Apache via the package manager:

    sudo yum update httpd        # RHEL/CentOS 7
    sudo dnf update httpd        # RHEL/CentOS 8+ / AlmaLinux
  2. Verify the installed version:

  3. httpd -v

  4. Restart Apache after upgrading:

    sudo systemctl restart httpd