我们的一台Apache服务器坏了。在web服务器重新启动后,服务器面板上出现了红灯,我们正在与硬件供应商联系,以调查任何潜在的硬件问题。
在服务器关闭之前,error_log中的最后一行是:
[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)什么意思?
发布于 2011-07-08 02:15:56
suExec用于更改运行CGI脚本的用户。上面的通知简单地告诉您它是启用的。它通常被视为apache的一部分,例如,当我重新启动Apache时,我得到:
[Thu Jul 07 22:09:41 2011] [notice] caught SIGTERM, shutting down
[Thu Jul 07 22:09:43 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Jul 07 22:09:43 2011] [notice] SSL FIPS mode disabled
[Thu Jul 07 22:09:44 2011] [notice] Digest: generating secret for digest authentication ...
[Thu Jul 07 22:09:44 2011] [notice] Digest: done
[Thu Jul 07 22:09:44 2011] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Jul 07 22:09:44 2011] [notice] FastCGI: process manager initialized (pid xxxx)
[Thu Jul 07 22:09:44 2011] [notice] SSL FIPS mode disabled
[Thu Jul 07 22:09:44 2011] [notice] Apache/2.2.16 (Unix) mod_fastcgi/2.4.6 DAV/2 PHP/5.3.6 mod_ssl/2.2.16 OpenSSL/1.0.0a-fips SVN/1.6.16 configured -- resuming normal operationshttps://serverfault.com/questions/288123
复制相似问题