禁止显示apache和php版本

本文介绍了如何禁止Apache和PHP显示其版本信息。对于Apache,需在httpd.conf文件中添加相关配置;对于PHP,则需修改php.ini,将expose_php选项设置为Off,并分别重启服务。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

禁止显示apache版本

官方文档如下:

ServerTokens Directive
Description:	Configures the Server HTTP response header
Syntax:	ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full
Default:	ServerTokens Full
Context:	server config
Status:	Core
Module:	core
This directive controls whether Server response header field which is sent back to clients includes a description of the generic OS-type of the server as well as information about compiled-in modules.

ServerTokens Full (or not specified)
Server sends (e.g.): Server: Apache/2.4.2 (Unix) PHP/4.2.2 MyMod/1.2
ServerTokens Prod[uctOnly]
Server sends (e.g.): Server: Apache
ServerTokens Major
Server sends (e.g.): Server: Apache/2
ServerTokens Minor
Server sends (e.g.): Server: Apache/2.4
ServerTokens Min[imal]
Server sends (e.g.): Server: Apache/2.4.2
ServerTokens OS
Server sends (e.g.): Server: Apache/2.4.2 (Unix)
ServerSignature Directive
Description:	Configures the footer on server-generated documents
Syntax:	ServerSignature On|Off|EMail
Default:	ServerSignature Off
Context:	server config, virtual host, directory, .htaccess
Override:	All
Status:	Core
Module:	core

所以禁止apache显示版本号即在httpd.conf中加入

ServerSignature Off
ServerTokens Prod

保存并重启apache即可

禁止php版本即在php.ini中将expose_php = On更改为expose_php = Off,并重启服务器即可。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值