0

我已经在我的 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 模块

提前谢谢了

4

1 回答 1

1

使用Software Collection 中的httpd24,您已经拥有mod_proxy_fcgi,其他旧模块已弃用。

我建议您阅读有关此类配置的PHP 配置提示(注意,这是为 CentOS 7 编写的,但使用 httpd24 在 CentOS 6 上工作)

于 2017-12-29T15:22:36.797 回答