Apache多虚拟主机的简单配置
作者:FinalBSD
日期:2008-09-11
原文地址:http://www.sanotes.net/html/y2008/181.html
需求:
一台apache上要服务很多的虚拟主机,这些虚拟主机的域名具有规律性,比如说是:xxx.example.com
Apache, mass vhosts, mod_rewrite
| Subcribe via RSS
作者:FinalBSD
日期:2008-09-11
原文地址:http://www.sanotes.net/html/y2008/181.html
需求:
一台apache上要服务很多的虚拟主机,这些虚拟主机的域名具有规律性,比如说是:xxx.example.com
Apache, mass vhosts, mod_rewrite
今天偶然发现F5上有大量报警:
Chassis fan 101:status (0) is bad.
Chassis fan 102:status (0) is bad.
Chassis fan 103:status (0) is bad.
Chassis fan 104:status (0) is bad.
Chassis fan 105:status (0) is bad.
F5 Chassis Fan
http://www.toplee.com/blog/615.html
...LVS(Director)的连接跟踪表(也称Hash表),保存了来自客户端的每个新建连接。这么做的主要目的是为了保存足够的信息,使得来自同一个客户端的后续的数据报能通过同一个网络连接发送到相同的... Tags: Hash size, LVS
What does (Aborted) mean in HttpWatch?
The result column in HttpWatch may sometimes display the value (Aborted) instead of an HTTP status code:
(Aborted) is one of three pseudo status codes that are used in HttpWatch to display informat... Tags: Aborted, Httpwatch
查看原文
网上看了别人介绍的一片文章,说使用P3P可以完成跨域COOKIE操作,感觉很COOL,不过没有提供源代码,我胡乱写了一下,大家看看。
实际工作中,类似这样的要求很多,比...
Tags: cookie, P3P
Mark Shuttleworth
注:这段介绍来自baidu知道
Mark Shuttleworth,Ubuntu的创始人,是个非常具有神奇色彩的人物,南非人,住在伦敦。大学毕业后创建了一家安全咨询公司Thawte Consulting,1999年...
Tags: Mark Shuttleworth, Ubuntu
在shell脚本中,无法对浮点数进行比较,如:
max=0.1
min=0.01
if [ "$max" -gt "$min" ]
then
echo "YES"
else
echo "NO"
fi
这样的比较,运行后得到错误:
原文地址:http://blog.csdn.net/eroswang/archive/2008/03/10/2162986.aspx
关闭socket分为主动关闭(Active closure)和被动关闭(Passive closure)两种情况。前者是指有本地主机主动发起的关闭;而后者则是指...
Tags: CLOSE_WAIT