<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; cig</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/cig/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下配置nginx支持.cgi</title>
		<link>https://www.osyunwei.com/archives/7969.html</link>
		<comments>https://www.osyunwei.com/archives/7969.html#comments</comments>
		<pubDate>Fri, 19 Sep 2014 02:31:22 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[cig]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx支持.cig]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7969</guid>
		<description><![CDATA[说明： 操作系统：CentOS 6.x web环境：php+nginx+mysql nginx安装目录：/usr/local/nginx nginx配置文件：/usr/local/nginx/conf/nginx.conf nginx默认站点目录：/usr/local/nginx/html/ 需求：让nginx能够解析.cgi后缀的文件 具体操作： 一、安装perl-fcgi依赖包，通过安装perl-fcgi来支持nginx运行.cgi yum install perl-CPAN perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker 二、安装perl cd /usr/local/src wget http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz #下载安装包，需要提前安装wget工具 tar -xzf perl-5.20.0.tar.gz #解压 cd perl-5.20.0 #进入目录 ./Configure -des -Dprefix=/usr/local/perl #配置 make #编译 make install #安装 mv /usr/bin/perl /usr/bin/perl.bak #备份系统默认的perl ln -s /usr/local/perl/bin/perl /usr/bin/perl #把刚刚安装好的新perl软连接到perl在系统中的默认位置 perl -v #查看perl版本 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链 三、安装perl支持模块 1、安装perl fcgi模块 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7969.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7969.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
