March 2008 Archives
启用mod_simple_vhost 模块
下面是几个虚拟机的设置,小记备查
$HTTP["host"] =~ "^(www.)?qingcha.com" {
server.document-root = basedir + "/"
}
$HTTP["host"] =~ "^(hosta\.qingcha\.org|hosta\.qingcha\.net)$" {
server.document-root = basedir + "/"
}
$HTTP["host"] =~ "^(www\.|blog\.)?qingcha.org|^(www\.|blog\.)?yanglei.org"{
server.document-root = basedir + "/"
}
今天把手里最后一台apache停了下来,用lighttpd替代了
还没有完全配置完,还是主要用来跑几个php的小站,及MovableType,流量是非常的小,所以也还没有好好的看过各类的配置,够用即可,先用着,过两天再说

