使用 mod_fcgi 为 httpd24 centos 6.9 安装 Apache
Apache installation with mod_fcgi for httpd24 centos 6.9
我已经在我的 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 模块
非常感谢
使用来自软件集合的 httpd24,您已经拥有 mod_proxy_fcgi,其他旧模块已弃用。
我建议您阅读 PHP Configuration Tips 了解此类配置(注意,这是为 CentOS 7 编写的,但可以使用 httpd24 在 CentOS 6 上运行)
我已经在我的 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 模块
非常感谢
使用来自软件集合的 httpd24,您已经拥有 mod_proxy_fcgi,其他旧模块已弃用。
我建议您阅读 PHP Configuration Tips 了解此类配置(注意,这是为 CentOS 7 编写的,但可以使用 httpd24 在 CentOS 6 上运行)