Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu).

  1. Update Apache to the latest available version:

    sudo apt update
    sudo apt upgrade apache2
  2. Verify the installed version:

  3. apache2 -v

  4. Restart Apache after upgrading:

    sudo systemctl restart apache2