Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2722653
  • 博文数量: 423
  • 博客积分: 7770
  • 博客等级: 少将
  • 技术积分: 4766
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-09 11:58
个人简介

Oracle/DB2/Postgresql/Mysql/Hadoop/Greenplum/Postgres-xl/Mongodb

文章分类

全部博文(423)

文章存档

2019年(3)

2018年(6)

2017年(27)

2016年(23)

2015年(30)

2014年(16)

2013年(31)

2012年(73)

2011年(45)

2010年(14)

2009年(30)

2008年(30)

2007年(63)

2006年(32)

分类: LINUX

2012-04-25 22:22:32

For security, some sites like to change the HTTP Server header that Resin sends back to the browser. The tag inside the block lets you change the header.

As part any HTTP response, Resin sends its name and version number in a server header, e.g. Server: Resin/3.0.14. Some sites prefer to change that header to a different value to hide the software version that's running the site.

resin.xml

点击(此处)折叠或打开

  1. <resin xmlns="">
  2. <cluster id="app-tier">
  3.     ...
  4.     <server-header>Foo/1.0</server-header>
  5.     ...
  6.    <host id="">
  7.       ...
  8.     </host>
  9. </cluster>
  10.  </resin>

阅读(1570) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~