Ubuntu Server 18.04.1 升级后 apache http/2 无法正常工作

Ubuntu Server 18.04.1 升级后 apache http/2 无法正常工作

我将服务器升级到了 LTS 版本。mod_http2 似乎在 PHP7.2 的 apache2 下损坏了。

The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.

我该如何运行它?这个问题正在开发中吗?

答案1

答案是,目前 18.04 LTS 不支持使用 mpm prefork 模块的 http2。解决方法是使用与 apache2 不同的 mpm 模块。

相关内容