我正在关注一个指导从 Ondrej Surý 存储库在 Ubuntu 18.04 上加载 PHP 7.4 并注意到有关apache2
的nginx
警告
1. If you are using php-gearman, you need to add ppa:ondrej/pkg-gearman
2. If you are using apache2, you are advised to add ppa:ondrej/apache2
3. If you are using nginx, you are advised to add ppa:ondrej/nginx-mainline
or ppa:ondrej/nginx
我有 apache 提供内容,但 Nginx 作为 apache 前面的反向代理。我会选择#2吗?
答案1
您需要添加ppa:ondrej/pkg-gearman
提供的第一个存储库php7.4
,因为它在仿生上不可用。
你可以加ppa:ondrej/apache2
其中提供apache2
包和ppa:ondrej/nginx
提供nginx
包(在 Bionic 上可用)