<?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; CentOS 编译安装lnmp</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/centos-%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85lnmp/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>CentOS 6.3编译安装Nginx1.2.3+MySQL5.5.27+PHP5.3.16+织梦DedeCms v5.7 SP1</title>
		<link>https://www.osyunwei.com/archives/5235.html</link>
		<comments>https://www.osyunwei.com/archives/5235.html#comments</comments>
		<pubDate>Fri, 24 Aug 2012 04:38:09 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS 编译安装lnmp]]></category>
		<category><![CDATA[DedeCms]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5235</guid>
		<description><![CDATA[说明： 操作系统：CentOS 6.3 32位 系统安装教程：CentOS 6.3安装(超级详细图解教程) http://www.osyunwei.com/archives/4753.html 准备篇： 一、配置好IP、DNS 、网关，确保使用远程连接工具能够连接服务器 CentOS 设置IP地址、网关、DNS教程：http://www.osyunwei.com/archives/423.html 二、配置防火墙，开启80端口、3306端口 vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT   #允许80端口通过防火墙 -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT  #允许3306端口通过防火墙 特别提示：很多网友把这两条规则添加到防火墙配置的最后一行，导致防火墙启动失败，正确的应该是添加到默认的22端口这条规则的下面 添加好之后防火墙规则如下所示： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 ######################################################### # Firewall configuration written [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5235.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5235.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CentOS 5.8编译安装Nginx1.2.3+MySQL5.5.27+PHP5.3.16</title>
		<link>https://www.osyunwei.com/archives/5210.html</link>
		<comments>https://www.osyunwei.com/archives/5210.html#comments</comments>
		<pubDate>Wed, 22 Aug 2012 14:07:11 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 编译安装lnmp]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5210</guid>
		<description><![CDATA[说明： 操作系统：CentOS 5.8 32位 系统安装教程：CentOS 5.8安装图解教程 http://www.osyunwei.com/archives/4881.html 准备篇： 一、配置好IP、DNS 、网关，确保使用远程连接工具能够连接服务器 CentOS 设置IP地址、网关、DNS教程：http://www.osyunwei.com/archives/423.html 二、配置防火墙，开启80端口、3306端口 vi /etc/sysconfig/iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT  #允许80端口通过防火墙 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT  #允许3306端口通过防火墙 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 特别提示：很多网友把这两条规则添加到防火墙配置的最后一行，导致防火墙启动失败，正确的应该是添加到默认的22端口这条规则的下面 添加好之后防火墙规则如下所示： ######################################################### # Firewall configuration written by [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5210.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5210.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CentOS 5.5编译安装Nginx1.0.15+MySQL5.5.23+PHP5.3.10</title>
		<link>https://www.osyunwei.com/archives/3650.html</link>
		<comments>https://www.osyunwei.com/archives/3650.html#comments</comments>
		<pubDate>Thu, 26 Apr 2012 14:36:51 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS 5.5]]></category>
		<category><![CDATA[CentOS 编译安装lnmp]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3650</guid>
		<description><![CDATA[Web服务器架构：Linux+Nginx+MySQL+PHP 具体版本：CentOS 5.5+Nginx1.0.15+MySQL5.5.23+PHP5.3.10 系统安装教程：CentOS 5.5安装图解教程 http://www.osyunwei.com/archives/3625.html 准备篇： 一、配置好IP、DNS 、网关，确保使用远程连接工具能够连接服务器 CentOS 设置IP地址、网关、DNS教程： http://www.osyunwei.com/archives/423.html 二、配置防火墙，开启80端口、3306端口 vi /etc/sysconfig/iptables   #编辑防火墙配置文件 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 特别提示：很多网友把这两条规则添加到防火墙配置的最后一行，导致防火墙启动失败，正确的应该是添加到默认的22端口这条规则的下面 添加好之后防火墙规则如下所示： ##################################################################### # Firewall configuration written by [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3650.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3650.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
