Home >Backend Development >PHP Tutorial >apache php turns off version number display and does not display version number
apache does not display the version number
The modification in http.conf is
ServerTokens Prod
ServerSignature Off
Some versions do not have it, just add it at the end
php
php.ini The modification
expose_php = Off
The wind is coming. Silly fox
The above introduces how to turn off the version number display of apache php and not display the version number, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.