隐藏X-Powered-By

修改 php.ini 文件 设置 expose_php = Off

apache 隐藏 server

修改httpd.conf 设置 

ServerSignature Off

ServerTokens Prod

nginx 隐藏 server

修改nginx.conf  在http里面设置 

server_tokens off;

相关文章:

  • 2021-12-28
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-06-04
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
相关资源
相似解决方案