supache在Apache死之前

我们的一台Apache服务器出现故障。 在Web服务器重新启动后,服务器面板上出现红灯,我们正在联系硬件供应商调查任何潜在的硬件问题。

服务器closures前error_log的最后一行是:

 [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) 

这是什么意思?

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 operations