- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们正在使用php5-fpm和nginx。
#nginx -v
nginx版本:nginx/1.1.19
*
#php -v
带有Suhosin-Patch(cli)的PHP 5.3.27-1〜dotdeb.0(内置:2013年7月25日19:30:39)
版权所有(c)1997-2013 The PHP Group
Zend Engine v2.3.0,版权所有(c)1998-2013 Zend Technologies
与Xdebug v2.2.3,版权(c)2002-2013,作者Derick Rethans
*
出现以下错误,
2013/08/21 20:00:20 [错误] 12740#0:* 46 recv()失败(104:对等连接重置),同时从上游读取响应 header ,客户端:172.17.7.12,服务器:fe.test。本地,请求:“GET/search?gender = female&ageFrom = 20&ageTo = 32&religionId =&casteId =&countryId =&heightFrom =&heightTo =&profileImageStatus =%28y + p%29&search = Search HTTP/1.1”,上游:“fastcgi://unix:/var/run/php5-fpm.sock:“,主机:” fe.test.local“,引荐来源网址:” http://fe.test.local/
PHP5-FPM配置,
#grep ^ [^\;]/etc/php5/fpm/php-fpm.conf
[全局的]
pid =/var/run/php5-fpm.pid
error_log =/var/log/php5-fpm.log
log_level =通知
process_control_timeout = 30
包括=/etc/php5/fpm/pool.d/*。conf
#grep ^ [^\;]/etc/php5/fpm/pool.d/www.conf
[万维网]
听=/var/run/php5-fpm.sock
listen.backlog = -1
用户= www-data
组= www-data
pm =动态
pm.max_children = 10
pm.start_servers = 4
pm.min_spare_servers = 2
pm.max_spare_servers = 6
rlimit_files = 131072
rlimit_core =无限
chdir =/
Nginx fascgi配置部分
位置〜\.php $
{
fastcgi_index index.php;
包括fastcgi_params;
fastcgi_connect_timeout 120;
fastcgi_send_timeout 600;
fastcgi_read_timeout 600;
fastcgi_buffers 8 256k;
fastcgi_buffer_size 256k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
client_max_body_size 20M;
fastcgi_param SCRIPT_FILENAME $ document_root $ fastcgi_script_name;
#fastcgi_pass 127.0.0.1:9000;
fastcgi_pass Unix:/var/run/php5-fpm.sock;
}
#strace -f -s 8000 -p 12761
附加的过程12761-中断退出
epoll_wait(9,{},1,944)= 0
epoll_wait(9,{},1,1000)= 0
epoll_wait(9,{},1,1000)= 0
epoll_wait(9,269f530,1,1000)= -1 EINTR(系统调用中断)
--- SIGCHLD( child 退出)@ 0(0)-
write(6,“C”,1)= 1
rt_sigreturn(0x6)= -1 EINTR(系统调用中断)
epoll_wait(9,{{EPOLLIN,{u32 = 15427040,u64 = 15427040}}},1,122)= 1
read(4,“C”,1)= 1
wait4(-1,[{{WIFEXITED(s)&& WEXITSTATUS(s)== 127}],WNOHANG | WSTOPPED,NULL)= 12826
write(3,“[2013年8月21日19:33:37]警告:[池www]子项12826在从开始运行275.844033秒后以代码127退出\”“,112)= 112
克隆(附加了处理13832(正在等待父进程)
恢复了过程12832(父12761准备就绪)
child_stack = 0,标志= CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | SIGCHLD,child_tidptr = 0x7fd7a31cfa10)= 12832
[pid 12832] set_robust_list(0x7fd7a31cfa20,0x18)= 0
[pid 12832] dup2(1,2)= 2
[pid 12832] close(3)= 0
[pid 12832] dup2(7,0)= 0
[pid 12832] geteuid()= 0
[pid 12832] setrlimit(RLIMIT_NOFILE,{rlim_cur = 128 * 1024,rlim_max = 128 * 1024})= 0
[pid 12832] setrlimit(RLIMIT_CORE,{rlim_cur = RLIM_INFINITY,rlim_max = RLIM_INFINITY})= 0
[pid 12832] chdir(“/”)= 0
[pid 12832] setgid(33)= 0
[pid 12832] open(“/proc/sys/kernel/ngroups_max”,O_RDONLY)= 3
[pid 12832] read(3,“65536\n”,31)= 6
[pid 12832] close(3)= 0
[pid 12832] open(“/etc/group”,O_RDONLY | O_CLOEXEC)= 3
[pid 12832] lseek(3,0,SEEK_CUR)= 0
[pid 12832] fstat(3,{st_mode = S_IFREG | 0644,st_size = 777,...})= 0
[pid 12832] mmap(NULL,777,PROT_READ,MAP_SHARED,3,0)= 0x7fd7a31c1000
[pid 12832] lseek(3,777,SEEK_SET)= 777
[pid 12832] fstat(3,{st_mode = S_IFREG | 0644,st_size = 777,...})= 0
[pid 12832] munmap(0x7fd7a31c1000,777)= 0
[pid 12832] close(3)= 0
[pid 12832] setgroups(1,[33])= 0
[pid 12832] setuid(33)= 0
[pid 12832] prctl(PR_SET_DUMPABLE,1)= 0
[pid 12832] close(4)= 0
[pid 12832] close(6)= 0
[pid 12832] rt_sigaction(SIGTERM,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12832] rt_sigaction(SIGINT,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12832] rt_sigaction(SIGUSR1,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12832] rt_sigaction(SIGUSR2,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12832] rt_sigaction(SIGCHLD,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12832] rt_sigaction(SIGQUIT,{0x7633f0,[],SA_RESTORER | SA_RESTART,0x7fd7a02234a0},NULL,8)= 0
[pid 12832] close(7)= 0
[pid 12832] accept(0,
[pid 12761] write(3,“[2013年8月21日19:33:37]注意:[pool www] child 12832已启动\n”,62)= 62
[pid 12761] wait4(-1,0x7fff07258a7c,WNOHANG | WSTOPPED,NULL)= 0
[pid 12761] read(4,0x7fff07258b5f,1)= -1 EAGAIN(资源暂时不可用)
[pid 12761] epoll_wait(9,{},1,108)= 0
[pid 12761] epoll_wait(9,{},1,1000)= 0
[pid 12761] epoll_wait(9,269f530,1,1000)= -1 EINTR(系统调用中断)
[pid 12761] --- SIGCHLD( child 退出)@ 0(0)-
[pid 12761] write(6,“C”,1)= 1
[pid 12761] rt_sigreturn(0x6)= -1 EINTR(系统调用中断)
[pid 12761] epoll_wait(9,{{EPOLLIN,{u32 = 15427040,u64 = 15427040}}},1,769)= 1
[pid 12761] read(4,“C”,1)= 1
[pid 12761] wait4(-1,[{WIFEXITED(s)&& WEXITSTATUS(s)== 127}],WNOHANG | WSTOPPED,NULL)= 12830
[pid 12761] write(3,“[2013年8月21日19:33:39]警告:[pool www]子级12830在距开始10.053632秒后退出,代码127\”“,111)= 111
[pid 12761]克隆(附加了处理12833
child_stack = 0,标志= CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | SIGCHLD,child_tidptr = 0x7fd7a31cfa10)= 12833
[pid 12761] write(3,“[2013年8月21日19:33:39]注意:[pool www] child 12833开始\n”,62)= 62
[pid 12761] wait4(-1,0x7fff07258a7c,WNOHANG | WSTOPPED,NULL)= 0
[pid 12761] read(4,0x7fff07258b5f,1)= -1 EAGAIN(资源暂时不可用)
[pid 12761] epoll_wait(9,
[pid 12833] set_robust_list(0x7fd7a31cfa20,0x18)= 0
[pid 12833] dup2(1,2)= 2
[pid 12833] close(3)= 0
[pid 12833] dup2(7,0)= 0
[pid 12833] geteuid()= 0
[pid 12833] setrlimit(RLIMIT_NOFILE,{rlim_cur = 128 * 1024,rlim_max = 128 * 1024})= 0
[pid 12833] setrlimit(RLIMIT_CORE,{rlim_cur = RLIM_INFINITY,rlim_max = RLIM_INFINITY})= 0
[pid 12833] chdir(“/”)= 0
[pid 12833] setgid(33)= 0
[pid 12833] open(“/proc/sys/kernel/ngroups_max”,O_RDONLY)= 3
[pid 12833] read(3,“65536\n”,31)= 6
[pid 12833] close(3)= 0
[pid 12833] open(“/etc/group”,O_RDONLY | O_CLOEXEC)= 3
[pid 12833] lseek(3,0,SEEK_CUR)= 0
[pid 12833] fstat(3,{st_mode = S_IFREG | 0644,st_size = 777,...})= 0
[pid 12833] mmap(NULL,777,PROT_READ,MAP_SHARED,3,0)= 0x7fd7a31c1000
[pid 12833] lseek(3,777,SEEK_SET)= 777
[pid 12833] fstat(3,{st_mode = S_IFREG | 0644,st_size = 777,...})= 0
[pid 12833] munmap(0x7fd7a31c1000,777)= 0
[pid 12833] close(3)= 0
[pid 12833] setgroups(1,[33])= 0
[pid 12833] setuid(33)= 0
[pid 12833] prctl(PR_SET_DUMPABLE,1)= 0
[pid 12833] close(4)= 0
[pid 12833] close(6)= 0
[pid 12833] rt_sigaction(SIGTERM,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12833] rt_sigaction(SIGINT,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12833] rt_sigaction(SIGUSR1,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12833] rt_sigaction(SIGUSR2,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12833] rt_sigaction(SIGCHLD,{SIG_DFL,[],SA_RESTORER,0x7fd7a02234a0},NULL,8)= 0
[pid 12833] rt_sigaction(SIGQUIT,{0x7633f0,[],SA_RESTORER | SA_RESTART,0x7fd7a02234a0},NULL,8)= 0
[pid 12833] close(7)= 0
[pid 12833] accept(0,
[pid 12761] {},1,766)= 0
[pid 12761] epoll_wait(9,{},1,1000)= 0`在此处输入代码`
[pid 12761] epoll_wait(9,{},1,1000)= 0
最佳答案
上面的Nginx错误表明问题与fastcgi(php-fpm)有关。
在/etc/php5/fpm/pool.d/www.conf上启用“catch_workers_output”之后
在php5-fpm.log上找到了相关的错误。现在了解该问题与AMQP模块有关。
[2013年8月21日23:32:57]警告:[池www]子16091对stderr说:“php-fpm:池www:符号查找错误:/usr/lib/php5/20090626/amqp.so: undefined symbol :amqp_open_socket“
重新编译并安装amqp模块后已解决问题
关于php - 失败(104 : Connection reset by peer),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18379323/
使用 caret::train() 运行逻辑回归模型时出现问题。LR = caret::train(Satisfaction ~., data= log_train, method = "glm",
我正在尝试将nginx容器作为我所有网站和Web服务的主要入口点。我设法将portainer作为容器运行,并且可以从互联网上访问它。现在,我正在尝试访问由另一个Nginx容器托管的静态网站,但这样做失
我有一个在 Windows XP SP3 x86 上运行的 Visual Studio 2008 C# .NET 3.5 应用程序。在我的应用程序中,我有一个事件处理程序 OnSendTask 可以同
我在 Eclipse 中创建了作为独立程序执行的此类,它可以毫无问题地连接所有 http URL(例如:http://stackoverflow.com),但是当我尝试连接到 https(例如 htt
我在我的 nginx 错误日志中收到大量以下错误: connect() failed (111: Connection refused) while connecting to upstream 我的
我正在尝试将新的 log4j2 与 Socket Appender 一起使用,但我有点不走运。这是我的 XML 配置文件:
我目前正在尝试寻找 Android 应用程序后端的替代方案。目前,我使用 php servlet 来查询 Mysql 数据库。数据库(Mysql)托管在我大学的计算机上,因此我无法更改任何配置,因为我
类MapperExtension有一些方法,before_insert, before_update, ...都有一个参数connection. def before_insert(self, map
嗨,我正在尝试更改位于连接库 (v 5.5) 中的文档的文档所有者,我仍在等待 IBM 的回复,但对我来说可能需要太长时间,这就是我尝试的原因逆向工程。 我尝试使用标准编辑器 POST 请求将编辑器更
我在 nginx( http://52.xx.xx.xx/ )上访问我的 IP 时遇到 502 网关错误,日志只是这样说: 2015/09/18 13:03:37 [error] 32636#0: *
我要实现 Connected-Component Labeling但我不确定我应该以 4-connected 还是 8-connected 的方式来做。我已经阅读了大约 3 种 Material ,但
我在Resources ->JMS ->Connection Factories下有两个连接工厂。 1) 连接工厂 2)集成连接工厂 我想修改两个连接工厂下连接池的最大连接数。资源 ->JMS ->连
我在将 mongoengine 合并到我的 django 应用程序时遇到问题。以下是我收到的错误: Traceback (most recent call last): File "/home/d
上下文 我正在关注 tutorial on writing a TCP server last week in Real World Haskell .一切顺利,我的最终版本可以正常工作,并且能够在
我在访问我的域时遇到了这个问题:我看到了我的默认 http500 错误 django 模板正在显示。 我有 gunicorn 设置: command = '/usr/local/bin/gunicor
我更换了电脑,并重新安装了所有版本:tomcat 8 和 6、netbeans 8、jdk 1.7、hibernate 4.3.4,但是当我运行 Web 应用程序时,出现此错误。过去使用我的旧电脑时,
您好,我是这个项目的新手,我在 CentOS7 ec2 实例上托管它时遇到问题。当我访问我的域时出现此错误: 2017/02/17 05:53:35 [error] 27#27: *20 connec
在开始之前,我已经查看了所有我能找到的类似问题,但没有找到解决我的问题的方法。 我正在运行 2 个 docker 容器,1 个用于 nginx,1 个用于 nodejs api。我正在使用 nginx
使用 debian 包将 kaa -iot 平台配置为单节点时。我收到以下错误。 himanshu@himpc:~/kaa/deb$ sudo dpkg -i kaa-node-0.10.0.deb
我是我公司开发团队的成员,担任管理员角色。我可以通过 https://developer.apple.com/ 访问团队的成员(member)中心 但是,当我尝试在 https://itunescon
我是一名优秀的程序员,十分优秀!