|
⇤ ← Revision 1 as of 2005-09-04 13:10:51
Size: 638
Comment: 使用 Lighttpd 来发布
|
← Revision 2 as of 2009-12-25 07:15:21 ⇥
Size: 638
Comment: converted to 1.6 markup
|
| No differences found! | |
2005-09-04 BS Apache
- 升级Apache ,还是不行!不是又有漏洞,就是漏洞就在 mod_proxy 中!!
- 还是使用 Lighttpd 来发布站点吧!还要快些呢!
########## 发布 MoinMoin 站点
$HTTP["host"] == "wiki.woodpecker.org.cn" {
cgi.assign = ( ".cgi" => "/usr/local/bin/python",
"moin" => "/usr/local/bin/python" )
alias.url = (# location of the MoinMoin htdocs
"/htdocs" => "/data1/www/wiki.woodpecker/moin/htdocs/",
# link to cgi-bin directory
"/" => "/data1/www/wiki.woodpecker/moin/"
)
}