服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. 重写 asp classic iis 8.5
  3. IIS删除服务器信息头
Intereting Posts
为Google计算引擎创buildCentos 7最小图像 为什么terminal服务器在5分钟后closures用户? 使用自定义kubernetes版本创buildGoogle Container Cluster IIS6:确定哪个应用程序池使用的资源最多? 应用程序托pipe的最佳基础结构configuration(IIS / MSSQL)? 裸金属,虚拟化? 一种测量build立TCP连接开销的工具 如何从Exchange分发列表中删除成员? pci扫描失败 Postfix传输不被触发 在`foo`中redirect`foo /`到foo / bar /` 有没有办法pipe理Azure中一个组织下的所有订阅? 如何将ssh密钥对与Amazon CloudFormation中由堆栈创build的实例相关联? Windows部署服务的远程pipe理控制台 Exchange 2013 – 在iSCSI下降后的0kb EDB文件 有可怕的SMB读取性能的工作站

IIS删除服务器信息头

我写了下面的URL重写模块来删除响应头中的服务器版本信息。

<rewrite> <outboundRules> <rule name="Remove Server header"> <match filterByTags="None" serverVariable="" pattern=".+" /> <action type="Rewrite" value="" /> </rule> </outboundRules> </rewrite> 

这在正常stream程中工作正常。 但是,当一个错误页面(如500或404)呈现时,我能够看到IIS版本信息。

我需要知道如何处理这个错误页面的重写。 任何build议,将不胜感激

  • IIS WordPress站点上的替代端口和重写规则
  • Nginx重写的URL无法redirect
  • haproxy重写规则reqirep日志
  • IIS https https
  • redirect到我的Laravel项目文件夹

  • nginx – 301redirect/子文件夹1 /一些友好的url-12345到/子文件夹2 /一些友好的url
  • Nginx重写/购物/任何东西/购物
  • nginx从web根目录redirect到404,然后尝试b
  • nginx重写中断django?
  • 了解IIS 8.0使用正则expression式将https的入站规则重写为httpredirect
  • 为什么RewriteCond%{REQUEST_URI}会干扰第二个NOT条件?
  • IIS反向代理服务器失败,没有结尾的斜杠
  • 使用URL重写更改属性 – IIS8 – Windows Server 2012
  • nginx(last / break)重写
  • 别名主机名和文件path
  • 删除后面的斜线NGINX 2个网站的一个域名
  • 如何使Tomcat 8.5 RewriteValve使用AJP1.3 JKMount?
  • 设置nginx反向代理与重写适用于网站中的所有链接
  • 使用nginx重写从url中删除ID或号码
  • 为重写的请求设置caching策略

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy