如何在 Ubuntu 16 中启用 MPM 工作者/事件?

如何在 Ubuntu 16 中启用 MPM 工作者/事件?

当我按照这个做的时候:Ubuntu 16.04 中缺少 apache2-mpm-worker

Apache 服务器未重新启动并在系统日志中显示此错误:

May  3 13:53:57 host apache2[15732]: [Fri May 03 13:53:57.270545 2019] [:crit] [pid 15741:tid 139828766218112] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe.  You need to recompile PHP.

是否有 Ubuntu 镜像worker/event可供使用这些 MPM 模式?

我的是默认安装的Ubuntu 16.04.3 LTS。

apache2 -v显示:

Server version: Apache/2.4.18 (Ubuntu)
Server built:   2017-07-27T14:34:01

相关内容