Remediation Steps
Follow the steps below to remediate this finding on Windows.
Download the latest Apache binary from the Apache Lounge (https:
//www.apachelounge.com/download/) or the official Apache website.Stop the Apache service:
net stop Apache2.4Back up your configuration files (conf/, htdocs/).
Extract the new binary over the existing installation directory.
Start the service again:
net start Apache2.4Verify the version:
httpd -v