<?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>记录与PHP的PK经历 &#187; apache</title>
	<atom:link href="http://www.pkphp.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pkphp.com</link>
	<description>PK with php!</description>
	<lastBuildDate>Sat, 21 Aug 2010 16:56:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>linux安装awstats对apache日志进行监测</title>
		<link>http://www.pkphp.com/2008/10/04/linux%e5%ae%89%e8%a3%85awstats%e5%af%b9apache%e6%97%a5%e5%bf%97%e8%bf%9b%e8%a1%8c%e7%9b%91%e6%b5%8b/</link>
		<comments>http://www.pkphp.com/2008/10/04/linux%e5%ae%89%e8%a3%85awstats%e5%af%b9apache%e6%97%a5%e5%bf%97%e8%bf%9b%e8%a1%8c%e7%9b%91%e6%b5%8b/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 13:56:21 +0000</pubDate>
		<dc:creator>askie</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[监测]]></category>

		<guid isPermaLink="false">http://www.pkphp.com/?p=727</guid>
		<description><![CDATA[首先下载两个文件：
wget http://cronolog.org/download/cronolog-1.6.2.tar.gz
wget http://prdownloads...]]></description>
		<wfw:commentRss>http://www.pkphp.com/2008/10/04/linux%e5%ae%89%e8%a3%85awstats%e5%af%b9apache%e6%97%a5%e5%bf%97%e8%bf%9b%e8%a1%8c%e7%9b%91%e6%b5%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache中虚拟目录和虚拟主机设置</title>
		<link>http://www.pkphp.com/2008/09/02/apache-config-directory-virtualhost/</link>
		<comments>http://www.pkphp.com/2008/09/02/apache-config-directory-virtualhost/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 15:07:33 +0000</pubDate>
		<dc:creator>askie</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[权限]]></category>
		<category><![CDATA[虚拟主机]]></category>

		<guid isPermaLink="false">http://www.pkphp.com/?p=573</guid>
		<description><![CDATA[在apache的配置文件http.conf中设置如下信息，可以将该目录变成一个web可以放的目录：

          Opiones Indexes MultiViews
          AllowOverride None
          Order allow,deny
          Allow from all

这里面的几个参数说明如下：


	Indexes 允许目录浏览（即列出此目录下所有文件名称）；MultiVi...]]></description>
		<wfw:commentRss>http://www.pkphp.com/2008/09/02/apache-config-directory-virtualhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu下安装 apache+php+mysql文本服务器！</title>
		<link>http://www.pkphp.com/2008/08/11/ubuntu%e4%b8%8b%e5%ae%89%e8%a3%85-apachephpmysql%e6%96%87%e6%9c%ac%e6%9c%8d%e5%8a%a1%e5%99%a8%ef%bc%81/</link>
		<comments>http://www.pkphp.com/2008/08/11/ubuntu%e4%b8%8b%e5%ae%89%e8%a3%85-apachephpmysql%e6%96%87%e6%9c%ac%e6%9c%8d%e5%8a%a1%e5%99%a8%ef%bc%81/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:33:52 +0000</pubDate>
		<dc:creator>askie</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://www.pkphp.com/?p=495</guid>
		<description><![CDATA[ubuntu实在是太牛了，很简单的方法就安装完毕web服务器，只需要按顺序执行以下命令即可：
Once again, here&#8217;s my updated simple installation of Apache, PHP and MySQL in Ubuntu 8.04 LTS (Hardy Heron) Server.
Install SSH Client and Server (for my remote access)
sudo apt-get install ssh

Install Database Server
sudo apt-get install mysql-server-5.0

Install Apache HTTP Server
sudo apt-get install apache2

Install PHP5 and Apache PHP5 module
sudo apt-get install php5 libapache2-mod-php5

Restart Apache
sudo /etc/init.d/apache2 restart

Optionally, install phpMyAdmin
sudo [...]]]></description>
		<wfw:commentRss>http://www.pkphp.com/2008/08/11/ubuntu%e4%b8%8b%e5%ae%89%e8%a3%85-apachephpmysql%e6%96%87%e6%9c%ac%e6%9c%8d%e5%8a%a1%e5%99%a8%ef%bc%81/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>linux下为什么0777的文件夹和文件apache无法写入呢？</title>
		<link>http://www.pkphp.com/2008/08/05/linux-0777-write-disabled/</link>
		<comments>http://www.pkphp.com/2008/08/05/linux-0777-write-disabled/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 16:53:58 +0000</pubDate>
		<dc:creator>askie</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[百宝箱]]></category>
		<category><![CDATA[0777]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nobody]]></category>

		<guid isPermaLink="false">http://www.pkphp.com/?p=387</guid>
		<description><![CDATA[原来以为只要是0777的文件夹都可以写入，没想到还与所有者有关系。解决这个问题的办法是把文件夹或者文件的所有者设置为httpd的用户，具体命令：

chmod -Rf nobody ./]]></description>
		<wfw:commentRss>http://www.pkphp.com/2008/08/05/linux-0777-write-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
