apache 不显示版本号
http.conf 中的 修改为
ServerTokens Prod
ServerSignature Off
有的版本没有,在最后添加即可
php
php.ini 中的 修改
expose_php = Off
php
nginx.conf 的 http 中 添加
server_tokens off;
2023-08-21 09:12:16
http.conf 中的 修改为
ServerTokens Prod
ServerSignature Off
有的版本没有,在最后添加即可
php.ini 中的 修改
expose_php = Off
nginx.conf 的 http 中 添加
server_tokens off;
下一篇:谈谈 ServerFul 架构