我遵循一个从Ondrej加载PHP7.4在Ubuntu18.04上的指南,并注意到关于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前面的反向代理。我能选第二种吗?
发布于 2021-01-13 21:49:44
您需要添加第一个存储库ppa:ondrej/pkg-gearman
,它提供php7.4
,因为它在仿生上不可用。
您可以添加提供ppa:ondrej/apache2
包的apache2
包和ppa:ondrej/nginx
提供的nginx
包(可在仿生版上使用)
https://unix.stackexchange.com/questions/629058
复制相似问题