码迷,mamicode.com
首页 > 其他好文 > 详细

lighttpd多端口配置

时间:2014-07-21 19:27:23      阅读:616      评论:0      收藏:0      [点我收藏+]

标签:lighttpd

Lighttpd绑定一个端口一般都是下面的方法. 备忘一下.

server.port                = 80

如果需要绑定多个端口, 可以这样.

$SERVER["socket"] == "0.0.0.0:82" {
server.document-root = "/oldyzzt_s2/webroot/game/"
}
$SERVER["socket"] == "0.0.0.0:83" {
server.document-root = "/oldyzzt_s3/webroot/game/"
}




本文出自 “always_yunwei” 博客,请务必保留此出处http://alwaysyunwei.blog.51cto.com/3224143/1440999

lighttpd多端口配置

标签:lighttpd

原文地址:http://alwaysyunwei.blog.51cto.com/3224143/1440999

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!