论坛各位大大好,我最近遇到很奇怪的事,有3台装有宝塔面板的服务器都同时出现同样的错误,导致apache无法显示页面,请问各位有类似情况吗?
环境:(相同)
2台不同账号下的阿里云
1台公司服务器
系统都是CentoS7
都装有apache,mariadb10.3 php(56/73/74)等
都有固定的IP地址,公网都可以无限制访问。
环境:(不同)
两台阿里云的root密码相同,与公司服务器密码不同。
阿里云的ssh修改端口后暴露给公网,公司服务器没有暴露公网
阿里云的lastb日志被清空,不排除被入侵的可能性。
两个阿里云的域名完全不同(连顶级域名都不同)
故障现象:
页面长时间无响应
apache日志:重复都是这一段
[root@SERVER133016 wwwlogs]# tail -f /www/wwwlogs/error_log
[Mon May 17 13:01:27.786253 2021] [core:notice] [pid 18125:tid 140155426473856] AH00052: child pid 56111 exit signal Aborted (6)
libgcc_s.so.1 must be installe d for pthread_cancel to work
libgcc_s.so.1 must be installe d for pthread_cancel to work
libgcc_s.so.1 must be installe d for pthread_cancel to work
libgcc_s.so.1 must be installe d for pthread_cancel to work
[Mon May 17 13:01:28.786378 2021] [core:notice] [pid 18125:tid 140155426473856] AH00052: child pid 56241 exit signal Aborted (6)
[Mon May 17 13:01:28.786448 2021] [core:notice] [pid 18125:tid 140155426473856] AH00052: child pid 56242 exit signal Aborted (6)
[Mon May 17 13:01:28.786486 2021] [core:notice] [pid 18125:tid 140155426473856] AH00052: child pid 56243 exit signal Aborted (6)
[Mon May 17 13:01:28.786523 2021] [core:notice] [pid 18125:tid 140155426473856] AH00052: child pid 56244 exit signal Aborted (6)
libgcc_s.so.1 must be installe d for pthread_cancel to work
[Mon May 17 13:01:30.789599 2021] [core:notice] [pid 18125:tid 140155426473856] AH00052: child pid 56502 exit signal Aborted (6)
libgcc_s.so.1 must be installe d for pthread_cancel to work
libgcc_s.so.1 must be installe d for pthread_cancel to work
按照libgcc_s.so.1搜索解决方案,都无效。
已重新安装(快速)apache 和 mariadb 无效。
请问各位,是否有相同的情况?如何解决的?
|
|