当前位置: 首页 >
2026年6月28日发布的所有文章
-
宝塔面板安装Perl,支持cgi pl 程序运行

首先宝塔面板应用商店里面是没有perl组件的,我们需要在运行后台终端里面自行下载安装 我以Centos nginx为例 yum -y install fcgi-devel spawn-fcgi yum -y install fcgiwrap spawn-fcgi 首先安装必要的组件 下载 fcgiwrap git clone https://github.com/gnosek/fcgiwrap.git cd fcgiwrap autoconf -i ...