我已经在我的 centos 6.9 中为 apache 2.4 版和 php 5.6 版安装了 php 和 apache,如下所示:
yum install epel-release
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
yum install epel-release
yum repolist
yum --enablerepo=extras install centos-release-scl
yum install httpd24
yum install -y libapache2-mod-fastcgi rh-php56-fpm rh-php56 rh-php56-php rh-php56 rh-php56-cli
但我看不到 mod_fcgi.so 在 /opt/rh/httpd24/root/etc/httpd/modules 目录中。
因此我从http://httpd.apache.org/download.cgi#mod_fcgid下载了 mod_fcgi 。
需要一种方法,以便我可以安装现有的 apache 模块
提前谢谢了