ServerTokensOS 服务器会发送(比如说):Server:Apache/2.0.41(Unix) ServerTokensFull(ornotspecified) 服务器会发送(比如说):Server:Apache/2.0.41(Unix)PHP/4.2.2MyMod/1.2 此设置将施用与整个服务器,而且不能在虚拟主机的管理层次上予以启用或禁用。 ServerSignature指令 说明:配置服务器生成页面...
ServerTokens Prod[uctOnly] 服务器会发送(比如): Server: Apache ServerTokens Major 服务器会发送(比如): Server: Apache/2 ServerTokens Minor 服务器会发送(比如): Server: Apache/2.0 ServerTokens Min[imal] 服务器会发送(比如): Server: Apache/2.0.41 ServerTokens OS 服务器会发送(比如): Server: Apache...
禁止显示或发送Apache版本号(设置ServerTokens) 默认地,服务器HTTP响应头会包含apache和php版本号。像下面的,这是有危害的,因为这会让黑客通过知道详细的版本号而发起已知该版本的漏洞攻击。 1.Server: Apache/2.2.17 (Unix) PHP/5.3.5 为了阻止这个,需要在httpd.conf设置ServerTokens为Prod,这会在响应头中显示“...
1. 2. #包括apache支持的模块及模块版本号,例如:Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7gServerTokens Full 1. 2. apache的配置文件默认设置的为ServerTokens OS,为了安全起见,我们一般设置为ServerTokens Prod,或者在编译安装的时候隐藏掉版本号...
ServerTokens Min[imal] 服务器会发送(比如说):Server:Apache/2.0.41 ServerTokens OS 服务器会发送(比如说):Server: Apache/2.0.41 (Unix) ServerTokens Full (or not specified) 服务器会发送(比如说):Server: Apache/2.0.41 (Unix) PHP/4.2.2 MyMod/1.2 ...
为了阻止这个,需要在httpd.conf设置ServerTokens为Prod,这会在响应头中显示“Server:Apache”而不包含任何的版本信息。 1.# vi httpd.conf 2.ServerTokens Prod 下面是ServerTokens的一些可能的赋值: ServerTokens Prod 显示“Server: Apache” ServerTokens Major 显示 “Server: Apache/2″ ...
apache参数ServerTokens ServerTokens指令 说明:配置服务器HTTP回应头 语法:ServerTokensMajor|Minor|Minimal|ProductOnly|OS|Full 默认值:ServerTokensFull 上下文:服务器配置 状态:核心 模块:core 此指令控制了Server回送给客户端的回应头域是否包含关于服务器OS类型和编译进的模块 描述信息。 ServerTokensProd[uctOnly] 服务...
ServerTokens 参数设置 http 头部返回的 apache 版本信息,可用的值和含义如下:ServerTokens 参数值意义ServerTokens Prod仅软件名称例如:apacheServerToke...
在Centos7系列系统下,配置Apache服务器,给服务器增加SSL证书功能,让页面访问是不再提示不安全,具体...
apache-streamparkpr和代码规范指南