 1个人参与点评 IIS will send out server type showing the web server's type, it's kind of trick to some statistics site, the response header like: Server: Microsoft-IIS/5.0 Server: Microsoft-IIS/6.0 Server: M
 1个人参与点评 Not like IIS, you can completely remove Server header from response. The simply way is to minize the header's output by changing two propery in httpd.conf ServerSignature Off ServerTokens Prod
|