网站首页 | 控制面板 | 短消息 | 搜索 | 会员 | 帮助 | 社区 | 首页 | 无图版


常州五颜六色网络技术有限公司 -> 技术文档 -> Lighttpd的配置实例 转到动态网页

--> 本页主题: Lighttpd的配置实例 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题
deserts


头衔:大客部大客部

级别: 总版主
精华: 0
发帖: 315
威望: 2 点
金钱: 579 RMB
贡献值: 0 点
在线时间:282(小时)
注册时间:2006-01-01
查看作者资料 发送短消息 发送邮件 推荐此帖 引用回复这个帖子


Lighttpd的配置实例

server.modules =(
“mod_access”,
“mod_accesslog”,
“mod_fastcgi”,
“mod_rewrite”
)

mimetype.assign = (
“.html” => “text/html”,
“.htm” => “text/html”,
“.txt” => “text/plain”,
“.jpg” => “image/jpeg”,
“.png” => “image/png”,
“.mp3″ => “audio/x-mp3″,
“.mp4″ => “video/mp4″,
“.css” => “text/css”,
“.js” => “text/javascript”
)

server.document-root =”/var/www/railsapp/public/”
server.errorlog =”/var/log/lighttpd/lighttpd.error.log”
index-file.names =( “index.html” )
server.tag =”lighttpd”
accesslog.filename =”/var/log/lighttpd/lighttpd.access.log”
static-file.exclude-extensions =( “.php”, “.pl”, “.fcgi” )

server.port =80
server.pid-file =”/var/run/lighttpd.pid”

server.username = “zenz”
server.groupname = “zenz”

$HTTP[”host”] =~ “zenz.minidns.net” {
server.document-root = “/home/zenz/wordpress”
server.indexfiles = ( “index.php”, “index.html” )
index-file.names = ( “index.php”, “index.html”,
“index.htm”, “default.htm” )
compress.filetype = (”text/plain”, “text/html”, “text/css”, “text/javascript”)
url.rewrite = ( “^/$” => “index.php”, “^([^.]+)$” => “index.php/$1″,
“^/(archives|categories|comments|feed)/” => “/index.php” )
fastcgi.server = (”.php” =>
(”localhost” =>
(”socket” => “/tmp/phpadmin.socket”,
“bin-path” => “/usr/bin/php5-cgi -c /etc/php5/cgi/php.ini”,
“bin-environment” => (
“PHP_FCGI_CHILDREN” => “1″,
“PHP_FCGI_MAX_REQUESTS” => “50″
)
)
)
)
}


常州五颜六色网络技术有限公司(5y6s Inc.)
旗下网站:5y6s Inc. | 五颜六色网 | 常州人社区

常州电信/网通机房,100M共享/10M独享/1000M共享/100M独享/电信+网通双线路服务器托管

Tel:0519-86605212 QQ:8732391   5y6s Inc.
[楼 主] Posted:2007-06-11 22:59| 顶端


 常州五颜六色网络技术有限公司 -> 技术文档


快速发帖 顶端
内容
HTML 代码不可用

使用签名
Wind Code自动转换

[查看帖子长度]
标题:
表情:


     按 Ctrl+Enter 直接提交   


[ 常州五颜六色网络技术有限公司 ]
Copyright © 2005-2007 5y6s Inc. 苏ICP备05001866号 Powered by PHPWind 5.0.1

☏:0519-6605212 QQ: 点击这里给我发消息 /点击这里给我发消息 /点击这里给我发消息