<?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; 编译安装Apache</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85apache/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 最小化编译安装Apache+MySQL+PHP+Zend</title>
		<link>https://www.osyunwei.com/archives/225.html</link>
		<comments>https://www.osyunwei.com/archives/225.html#comments</comments>
		<pubDate>Sun, 23 Oct 2011 05:17:41 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[CentOS 6.0]]></category>
		<category><![CDATA[编译安装Apache]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=225</guid>
		<description><![CDATA[引言： 操作系统：CentOS 6.0 32位          下载地址：http://mirrors.163.com/centos/6.0/isos/i386/CentOS-6.0-i386-bin-DVD.iso          安装方式：采用最小化安装，在安装系统的时候选择Minimal（CentOS 6.0默认就是Minimal安装模式，不含有任何 可选安装包）          最小化安装完成之后，系统占用900M左右磁盘空间          备注：操作系统的安装，这里就不演示了，如果有疑问可以参考相关教程          CentOS 6.0安装图解教程   http://wenku.baidu.com/view/668f53e9e009581b6bd9ebc9.html         系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 =====================================================================================================安装前准备： 1、配置好ip dns 网关，确保使用远程连接工具能够连接服务器 2、关闭selinux vi /etc/selinux/config 把SELINUX=enforcing SELINUXTYPE=targeted注释掉，然后新加一行为：SELINUX=disabled 3、开启防火墙相应端口，apache需要开启80端口  MySQL需要开启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 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/225.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/225.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
