<?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.zhaipeng.cn/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CentOS5最小安装Apahce+MySQL+PHP+GD+Zend</title>
		<link>http://www.zhaipeng.cn/2008/12/09/centos5%e6%9c%80%e5%b0%8f%e5%ae%89%e8%a3%85apahcemysqlphpgdzend/</link>
		<comments>http://www.zhaipeng.cn/2008/12/09/centos5%e6%9c%80%e5%b0%8f%e5%ae%89%e8%a3%85apahcemysqlphpgdzend/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 11:53:54 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHPMyadmin]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/?p=166</guid>
		<description><![CDATA[1.安装CentOS, 我的是CentOS5.0 &#8211; DVD 最小化安装不安装任何软件. 2. 关闭selinux A.运行命令setup，可以在图形化界面进行关闭 B. vi /etc/sysconfig/selinux SELINUX=enforcing 改成 SELINUX=disabled 3. 关闭不需要服务 A：运行命令setup B：运行命令ntsysv 只启用下面9个服务（autofs是为了方便使用光驱，其实可以不启用这个服务） acpid anacron autofs cpuspeed crond network sshd syslog yum-updatesd 4. 配置ssh 修改两个地方 vi /etc/ssh/sshd_config #PermitRootLogin yes 改为 PermitRootLogin yes #UseDNS yes 改为 UseDNS no 5.配置yum , 使用中国镜象下载方法: http://www.zhaipeng.cn/2008/12/08/centos-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f/ #yum update 6. 安装编译器gcc 最小化安装，没有安装编译器 #yum install gcc [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/12/09/centos5%e6%9c%80%e5%b0%8f%e5%ae%89%e8%a3%85apahcemysqlphpgdzend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CentOS安装Apache,MySql,PHP,GD2,PHPMyadmin</title>
		<link>http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/</link>
		<comments>http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 09:03:43 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[GD2]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHPMyadmin]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/</guid>
		<description><![CDATA[先找到 apache php mysql proftpd 源码包下载的URL地址 请浏览 http://www.apache.org http://www.php.net http://www.mysql.com http://www.proftpd.org/ 等官方网站 第一步：安装apache 注：当前目录为/tmp， 目录下有httpd-2.2.4.tar.gz, php-5.2.3.tar.gz等二进制源码包 #号代表为root 根权限,#后是输入的一条命令 执行下列命令 解压源码包 # tar -zxf httpd-2.2.4.tar.gz 进入安装目录 # cd httpd-2.2.4 配置apache安装信息 # ./configure &#8211;prefix=/usr/local/apache &#8211;enable-modules=so &#8211;enable-rewrite 执行make安装 # make; make install 安装完后 # vi /usr/local/apache/conf/httpd.conf 找到 prefork.c 下的 MaxClients 150 改为 ServerLimit 2000 MaxClients 1000 apache默认工作在prefork.c模式下，并发进程为150，超过后就无法访问，150是远远不够的，所以这里按自己网站的需求改， 如1000 [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2007/12/31/centos%e5%ae%89%e8%a3%85apachemysqlphpgd2phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
