<?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/category/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>windows+apache+php4+php5</title>
		<link>http://www.zhaipeng.cn/2009/07/08/windowsapachephp4php5/</link>
		<comments>http://www.zhaipeng.cn/2009/07/08/windowsapachephp4php5/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 12:21:57 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/?p=281</guid>
		<description><![CDATA[由于客户主机环境不同,经常要写php4的代码.同时又要正常运行在PHP5环境下. 所以一直是自己开发用的电脑安装PHP5而写PHP4的代码. 偶尔会出现一些问题.例如引用问题: class test1&#123; var $var = 0 ; function test1&#40;&#41;&#123; $this-&#62;var += 1; &#125; &#160; function set&#40;$n&#41;&#123; $this-&#62;var +=$n; &#125; &#160; function get&#40;&#41;&#123; return $this-&#62;var ; &#125; &#160; &#125; &#160; class test2&#123; function getInstance&#40;&#41;&#123; static $instance = array&#40;&#41;; if&#40;!isset&#40;$instance&#91;0&#93;&#41;&#41;&#123; $instance&#91;0&#93; = &#38; new test1&#40;&#41;; &#125; return $instance&#91;0&#93;; &#125; &#125; &#160; $t1 = test2 [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2009/07/08/windowsapachephp4php5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CentOS4.4安装apache,mysql,php全过程</title>
		<link>http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/</link>
		<comments>http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:43:28 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/</guid>
		<description><![CDATA[1.安装CentOS4.4 只安装 ftp服务器和文本浏览器elinks (方便浏览网页) 系统约定RPM包和源码包存放位置 RPM包和源码包存放位置 /usr/local/src 源码包编译安装位置(prefix) /usr/local/xxx 脚本以及维护程序存放位置 /usr/local/sbin MySQL 数据库位置 /var/lib/mysql Apache 网站根目录 /home/www Apache 虚拟主机日志根目录 /data/logs/www yum RPM包信息文件 /etc/yum.list 2.系统环境部署及调整 （1）. 检查系统是否正常 # more /var/log/messages //检查有无系统内核级错误信息 # demesg //检查硬件设备是否有错误信息 # ifconfig //检查网卡设置是否正确 # ping www.zhaipeng.cn // 检查网络是否正常 （2）. 关闭不需要的服务 # export LANG='en_US' //设置语言 # setup //选择启动的服务 进入system service 选项。 以space 键选定所需服务。 [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/20/centos44%e5%ae%89%e8%a3%85apachemysqlphp%e5%85%a8%e8%bf%87%e7%a8%8b/feed/</wfw:commentRss>
		<slash:comments>3</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>
