Board logo

标题: [求助] 504错误 TIME OUT,如何解决 [打印本页]

作者: tibbs    时间: 2012-10-27 11:10     标题: 504错误 TIME OUT,如何解决

2012/10/27 10:55:05 [error] 7601#0: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.221.52.7, server: forum.*******.com, request: "POST /forum.php?mod=post&action=reply&fid=2&tid=4&extra=&replysubmit=yes HTTP/1.1", upstream: "http://127.0.0.1:88/forum.php?mod=post&action=reply&fid=2&tid=4&extra=&replysubmit=yes", host: "forum.********.com", referrer: "http://forum.*************.com/forum.php?mod=post&action=reply&fid=2&extra=&tid=4"


以上为 错误日记
    测试好几次了 ,开启的远程附件  ,论坛系统 为 discuz X2.5
编辑
/www/wdlinux/nginx/conf/nginx.conf



  1. user  www www;
  2. worker_processes  12;
  3. error_log  logs/error.log  notice;
  4. pid        logs/nginx.pid;
  5. worker_rlimit_nofile 10240;
  6. events {
  7.     use epoll;
  8.     worker_connections  10240;
  9. }

  10. http {
  11.     include       mime.types;
  12.     default_type  application/octet-stream;

  13.     server_names_hash_bucket_size 512;
  14.     client_header_buffer_size 128k;
  15.     large_client_header_buffers 16 128k;
  16.     client_max_body_size 16m;
  17.     limit_zone one $binary_remote_addr 128k;
复制代码






照样出错
作者: tibbs    时间: 2012-10-27 12:06

切换为 纯LAMP 下没问题

  此外 , ,即便504错误之后 ,但是帖子照样以发送出去,附件也照样以上传
作者: admin    时间: 2012-10-27 16:26

这个现像,主要是在lnmp或N+A时会这样




欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/) Powered by Discuz! 7.2