Hello,
I notice that in the file $PHP_INI_DIR/php.ini-production (.ini for production) the header of x-powered-by is exposed.
I think, for security reasons, is better (in production) to hide this information.
The change that I suggest is :
from expose_php = On to expose_php = Off, what do you think about this?
Regards
This file is juste a copy of the php.ini-production provided by PHP, this should probably be reported to PHP directly.
Most helpful comment
This file is juste a copy of the php.ini-production provided by PHP, this should probably be reported to PHP directly.