Tag - lighttpd

Entries feed - Comments feed

Tuesday, June 11 2013

https with lighttpd & nginx

lighttpd: $SERVER["socket"] == ":443" { ssl.engine = "enable" ssl.pemfile = "/etc/lighttpd/ca/server.pem" ssl.ca-file = "/etc/lighttpd/ca/ca.crt" ssl.cipher-list =  […]

Continue reading

Sunday, December 12 2010

最近碰到的一些问题

硬盘 西数新的2T硬盘(如:WD20EARS)采用了4K扇区,分区的时候要在1M处对齐,不然莫名其妙的高IO就来了。 SAS硬盘热插拔是没问题的,不过有时候拿到了做过RAID的盘就不能直接被系统识别,用相关的命令行工具删掉残缺的RAID卷,硬盘就出现了,不需要重启电脑去BIOS里搞。 LIGHTTPD1.4.x的mod_proxy存在事实上的内存泄漏,升级到1.4.28后在本机测试无泄漏,但是相同版本在服务器上的Ubuntu8.04始终会泄漏,以后有时间再追查一下。  […]

Continue reading

Sunday, June 27 2010

Dotclear with cleanurl

效果就是从:http://blog.druggo.org/index.php/post/2009/09/20/This-is-The-Life变成:http://blog.druggo.org/post/2009/09/20/This-is-The-Life 先去博客设置里面,把Blog URL改成: http://blog.druggo.org/,URL scan method随便(只是rewrite的时候index.php后面用/还是?的区别)。 下面是服务器配置lighttpd:  […]

Continue reading

Monday, April 12 2010

lighttpd的限速和限IP

提供点下载就要惨遭迅雷之流,不得已,只能限速限IP了: $HTTP["url"] =~ "^/Deepin($|/)" {                $HTTP["useragent"] =~ "Mozilla/4.0 \(compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727\)" {                        url.access-deny = ( "" )  […]

Continue reading

Sunday, November 16 2008

Gentoo中文文档镜像

地址: http://gentoo.druggo.org/ 基于gorg、ruby-fcgi和lighttpd,都可以直接emerge安装。gorg装好后有lighttpd的范例,启动以后缺少一个doc-struct.xsl,去官方网站按路径下载一个就好了。 参考: http://www.gentoo.org/proj/en/gdp/doc/doc-tipsntricks.xml http://gentoo.neysx.org/mystuff/gorg/gorg.xml

- page 1 of 2