<?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; 配置LAMP服务器</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E9%85%8D%E7%BD%AElamp%E6%9C%8D%E5%8A%A1%E5%99%A8/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.0安装配置LAMP服务器(Apache+PHP5+MySQL)</title>
		<link>https://www.osyunwei.com/archives/698.html</link>
		<comments>https://www.osyunwei.com/archives/698.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 15:03:42 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[配置LAMP服务器]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=698</guid>
		<description><![CDATA[准备篇：   配置防火墙，开启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端口通过防火墙）   重启防火墙使配置生效     /etc/init.d/iptables restart     service iptables restart 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 安装篇： 一、安装Apache    1、检查是否已安装Apache       rpm -qa&#124;grep httpd [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/698.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/698.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
