Remediation Steps
Follow the steps below to remediate this finding on Apache webserver.
In your Apache configuration or .htaccess file, configure custom error pages:
ErrorDocument 500 /errors/500.html ErrorDocument 403 /errors/403.html ErrorDocument 404 /errors/404.htmlIn php.ini (or via .htaccess), disable PHP error output:
php_flag display_errors off php_flag log_errors onReload Apache:
sudo systemctl reload apache2