Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Windows.

  1. Download the latest Apache binary from the Apache Lounge (https:

    //www.apachelounge.com/download/) or the official Apache website.
  2. Stop the Apache service:

    net stop Apache2.4
  3. Back up your configuration files (conf/, htdocs/).

  4. Extract the new binary over the existing installation directory.

  5. Start the service again:

    net start Apache2.4
  6. Verify the version:

  7. httpd -v