如何禁用XAMPP / Apache以及ServerSignature返回服务器IP地址?


0

我正在尝试使用XAMPPCentOS 6.4上配置网络服务器。

我面临的唯一问题是我似乎没有找到一种方法来禁止服务器返回服务器IP地址以及ServerSignature。

我所看到的是以下内容:

在此输入图像描述

我已经在线跟踪了各种服务器强化资源,并设法禁用ServerSignature,在编辑httpd.conf后更改网站管理员电子邮件地址

但是我找不到任何关于禁止XAMPP返回服务器IP地址的资源。我尝试在ServerName前输入虚拟IP或将其注释掉。 在此输入图像描述

如果有人可以帮助我,那会很棒。

Answers:


1

您需要使用该ServerSignature指令。

将此添加到您的XAMPP Apache配置文件(httpd.conf):

ServerSignature Off

ServerSignature On

使用<code> ServerSignature On </ code>

ServerSignature Off

使用<code> ServerSignature Off </ code>

编辑:

对不起,我错误地读了你的问题(但我会留下那个“答案”,以防它帮助其他人)。

我想你可能正在寻找自定义错误页面。看看这个:http//www.webreference.com/programming/apache_errors/index.html

似乎XAMPP可能正在使用自定义错误页面,即使使用该ServerSignature Off指令,它仍然提供服务器签名信息。


无论如何我都不会在生产中使用XAMPP所以我不再追逐它并配置了httpd。这个问题在那里解决了。我认为我正在使用的XAMPP软件包有一些东西
2015年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.