服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. 重写 asp classic iis 8.5
  3. IIS删除服务器信息头
Intereting Posts
通过GPO安装受信任的根证书颁发机构证书 使用dsadd在Active Directory中添加用户 centos bash语法“-bash:echo:写入错误:损坏的pipe道”centos 5.5 了解OOM杀手日志 任务pipe理器处理器 Windows 7 WDS / MDT部署将无法启动 VBscript – 返回文件的path和大小 NSClient ++:带有可选参数的外部脚本 自动重新启动服务(如tomcat)是一个好主意吗? 不同服务器之间的MSMQ通信 尾巴:inotify不能使用,回到轮询:打开的文件太多 什么取代Windows Server 2008中的DSA.MSC? 无法访问从其他系统复制的文件 RHEL6 vs RHEL5中的KVM Networking改变? sendmail SMART_HOSTconfiguration行中可以指定多less条目?

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