Remediation Steps
Follow the steps below to remediate this finding on Apache webserver.
Disable PHP version exposure in php.ini:
expose_php = Off
To also suppress the header at the Apache level, ensure mod_headers is enabled and add:
Header unset X-Powered-By Header always unset X-Powered-ByReload Apache:
sudo systemctl reload apache2