如何隐藏“服务器” apache2 http响应头中的参数?

发布于 2024-12-02 07:10:30 字数 85 浏览 0 评论 0原文

我的问题已在标题中提出。但我还想问,不是隐藏它,而是可以用自定义值替换它吗?也许通过 php 或通过编辑 apache2 配置?

提前致谢!

My question is posed in the title. But I ask also, instead of hiding it, isn't it possible to replace it by a custom value? Maybe over php or by editing the apache2 config?

Thank's in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光礼记 2024-12-09 07:10:30

您可以使用 Apache 的 mod_security,有一个名为 SecServerSignature 的指令,它允许您更改 Server 标头的值。

另一种方法是编辑源代码:)

You could use mod_security for Apache, there is a directive called SecServerSignature it allows you to change the value of the Server header.

Another way would be to edit the the source code :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文