2011-04-07 22:40:22
[
python]
[
webpy]
累死
总算在服务器上跑起来了
2011-04-08 15:09:20
[
webpy]
目前测试当中
由于服务器在国外
带宽也是共享
所以速度可能较慢
2011-04-08 16:35:33
[
lighttpd]
[
webpy]
多开了几个 max proces快多了。。。。。。。。。
2011-04-09 14:53:33
[
lighttpd]
[
webpy]
一、安装lighttpd flup
apt-get install python-flup
apt-get install lighttpd
二、安装webpy
easy-install web.py
三、配置lighttpd fastcgi
参考http://webpy.org/cookbook/fastcgi-lighttpd
http://redmine.lighttpd.net/wiki/lighttpd/Docs:ConfigurationOptions
py文件需要有执行权限
session目录改成777
2011-04-10 09:32:27
[
lighttpd]
[
webpy]
很可能你在error.log中看不出来问题
在服务器上python code.py一下
ok
....
错误出来了。。
不是lighttpd的问题。。
[1]