我正在运行:CentOS Linux 版本 7.3.1611(核心)
我想使用 nginx 作为我的 Web 服务器。因此我需要安装所有必备软件。
第一的
# yum -y install epel-release
然后
# yum -y install nginx php-fpm
[root@18010850 conf.d]# yum -y install nginx php-fpm
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 103.53.192.34
* base: mirror.dionipe.net
* epel: fedora.dionipe.web.id
* extras: mirror.dionipe.net
* updates: mirror.dionipe.net
Package 1:nginx-1.10.2-1.el7.ngx.x86_64 already installed and latest version
No package php-fpm available.
Nothing to do
为什么没有可用的 php-fpm 软件包?我测试过systemctl status php-fpm
Unit php-fpm.service could not be found.
请指教