本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
[转]FastCGI模式下PHP占用大量内存的解决办法
原文【https://guangxin.name/plink/tech/php/2010/344.html】
很长一段时间以来,我注意到工作在FastCGI模式下的PHP会占用越来越多的内存,而且似乎从不释放。起初我以为这是内存泄漏的问题,但是各个PHP社区的人好像并没有把这个当作问题。我搜索了一下,发现还有不少人面临同样的问题。来自PHP官方的一个比较正式的解释是:php-cgi进程并没有内存泄 ...
lighttpd配置之缓存静态文件
在/etc/lighttpd/lighttpd.conf中,激活mod_expire模块,并添加以下代码。
$HTTP["url"] =~ "(.png|.css|.js|.jpg|.gif)$" {
expire.url = ( "" => "access 2 months" )
} ...
the lighttpd 1.4.29 -- startup script
Solution 1 :
Coping this http://redmine.lighttpd.net/wiki/1/ScriptsUbuntu
to your folder /etc/init.d/lighttpd, and fix the path in that file as the following.
USER=www-data
GROUP=www-data
PATH ...
the lighttpd 1.4.29 -- installation
Step 0
System envrionment , Ubuntu 10.04
Downloading from http://www.lighttpd.net/download
Step 1
sudo su
tar -xf lighttpd-1.4.29.tar.gz
cd lighttpd-1.4.29
Step 2 installing dependencies
apt-get ...
webServer kzserver/1.0.0
http://nanjing.3477.com/xinxi/view/id-71760 502 BAD get way kzserver/1.0.0
https://secure1.securityspace.com/s_survey/server_graph.html?type=http&domaindir=/la&month=201011&serv1=a3pzZ ...
django+fcgi+nginx+memcache安装笔记
资源:
1).ningge-dep-soft.tgz
2).flup-1.0.3.dev-20110405.tar.gz ( http://pypi.python.org/pypi/flup/1.0.3.dev-20110405) 安装顺序:尽量按照这个顺序,否则可能不成功,Django需要1.2.3版本,1.4版本测试不行 顺序:
1 Python-2.7
./configure
...
play framework学习笔记之 front-end HTTP server
使用lighttpd
Set-up with lighttpd
This example shows you how to configurelighttpdas a front-end web server. Note that you can do the same with Apache, but if you only need virtual hosting or load balan ...