如何在CentOS和RHEL上安装mod_fcgid
时间:2019-08-20 17:58:23 来源:igfitidea点击:
今天,在CentOS服务器上操作时,需要安装mod_fcgid。
在CentOS中,默认的yum存储库中没有mod_fcgid包。
什么是mod_fcgid
mod_fcgid是mod_cgi或mod_cgid的高性能替代方案,它启动足够数量的CGI程序实例来处理并发请求,并且这些程序继续运行以处理进一步传入的请求。它受到PHP开发人员的青睐,例如,作为在进程内运行mod_php的首选选择,可以提供非常相似的性能。
安装环境
操作系统:CentOS 6.5
架构:x86_64
Web服务器:Apache 2.2
在CentOS/RHEL上安装mod_fcgid的步骤:
要在CentOS/RHEL上安装mod_fcgid,首先要安装EPEL repo
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 或者 yum install wget wget dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm
安装mod_fcgid
yum install mod_fcgid
确认安装了mod_fcgi软件包:
rpm -qa|grep mod_fcgid