Remediation Steps
Follow the steps below to remediate this finding on Linux (Debian/Ubuntu).
-
Update Apache to the latest available version:
sudo apt update sudo apt upgrade apache2 -
Verify the installed version:
-
apache2 -v
-
Restart Apache after upgrading:
sudo systemctl restart apache2