我尝试在Centos 7上安装mod_fcgid
,但未成功。实际上,我使用了yum install
或rpm
或brewperl
,但没有一个工作
然后我尝试了cpan
,因为这是我的最后一枪。也许我在语法上有误?
cpan mod_fcgid
Reading '/home/nick/.cpan/Metadata'
Database was generated on Mon, 27 Aug 2018 19:29:02 GMT
Warning: Cannot install mod_fcgid, don't know what it is.
Try the command
i /mod_fcgid/
to find objects with matching identifiers.
我已经用谷歌搜索,但似乎没有人对此有疑问。当然,对于Centos来说也存在。请look here
答案 0 :(得分:2)
如果您在线搜索install mod_fcgid Centos
,则有多个结果。第二个是How to install mod_fcgid on RHEL or CentOS,它仅由三个步骤组成
以下是在RHEL / CentOS上安装mod_fcgid的步骤:
第1步:要在CentOS / RHEL上安装mod_fcgid,首先我们将安装EPEL repo。
#rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm第2步:现在安装mod_fcgid
#yum install mod_fcgid第3步:确认软件包已安装。
#rpm -qa | grep mod_fcgid