Ubuntu 16.04 中缺少 suphp
Missing suphp in Ubuntu 16.04
我正在开发基于 Ubuntu 16.04 的新 LAMP 服务器,但默认存储库中似乎没有可用的 libapache2-mod-suphp 包。
在我以前的 Ubuntu 服务器上,它可以通过简单的 apt-get install libapache2-mod-suphp.
获得
有人知道可能发生了什么吗?
根据 this bug suphp is no longer available in the repo. You have to install it manually from libapache2-mod-suphp .
我正在开发基于 Ubuntu 16.04 的新 LAMP 服务器,但默认存储库中似乎没有可用的 libapache2-mod-suphp 包。 在我以前的 Ubuntu 服务器上,它可以通过简单的 apt-get install libapache2-mod-suphp.
获得有人知道可能发生了什么吗?
根据 this bug suphp is no longer available in the repo. You have to install it manually from libapache2-mod-suphp .