Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2124727
  • 博文数量: 317
  • 博客积分: 5670
  • 博客等级: 大校
  • 技术积分: 3677
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-10 17:51
文章分类

全部博文(317)

文章存档

2016年(2)

2015年(44)

2014年(68)

2013年(42)

2012年(23)

2011年(51)

2010年(67)

2009年(17)

2008年(3)

分类: LINUX

2014-09-09 17:34:29

错误日志:Premature end of script headers
错误解释:程序过早执行完毕.
解决方法:检查是否由于编码保存问题,以及并发链接数问题产生的问题.

错误日志:Script timed out before returning headers
错误解释:超时返回程序头部.
解决方法:设置PHP中的max_execution_time数值,如果仍然出错,尝试设置apache的Timeout的数值.

错误日志:The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed
错误解释:超时设置已过期.
解决方法:检查 snmpd.conf 配置是否正确,如 ip地址.

错误日志:Handler for x-httpd-php5 returned invalid result code 70007
错误解释:php返回码无效.
解决方法:WP程序未做try catch.

错误日志:Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace.
错误解释:重定向过多
解决方法:
在Apache配置文件httpd.conf中

Options FollowSymLinks
AllowOverride All #j将All改成 None
Order deny,allow
阅读(2073) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~