lighttpd出现500错误请关闭xcache,关闭fastCGI

二月 15, 2010 by · Leave a Comment 

虽然kloxo默认没有开启xcache,不过有时候不小心点上了,就不知不觉的开启了xcache。如果开启了xcache,lighttpd出现500错误请关闭xcache试一试。

如果还不行,再关闭fastcgi试一试。

还不行,也可以尝试多增加几个lighttpd进程方法:在LIGHTTPD.CONF里面添加:

server.max-worker = 6

# max-connections == max-fds/2 (maybe /3)
server.max-connections = 1024
server.max-fds = 2048

#Maximum number of seconds until an idling keep-alive connection is dropped.
server.max-keep-alive-idle = 5
server.max-keep-alive-requests = 1000

About admin

注意:

1、本站启用了审核机制,你的留言可能稍后才会显示,请不要重复提交,谢谢。
2、留言时的头像是Gravatar提供的服务。想设置的看这里
3、评论者允许使用'@user空格'的方式将自己的评论通知另外评论者。

To submit your comment, click the image below where it asks you to...
Clickcha - The One-Click Captcha