<?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>One day at a time &#187; apache</title>
	<atom:link href="http://www.terencekwan.com/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terencekwan.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 14 Mar 2010 18:28:55 +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>_default_ VirtualHost overlap on port 80, the first has precedence</title>
		<link>http://www.terencekwan.com/_default_-virtualhost-overlap-on-port-80-the-first-has-precedence</link>
		<comments>http://www.terencekwan.com/_default_-virtualhost-overlap-on-port-80-the-first-has-precedence#comments</comments>
		<pubDate>Tue, 30 Sep 2008 19:06:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.terencekwan.com/?p=9</guid>
		<description><![CDATA[Try to set up apache server with virtual hosts. When I restart the apache server, it keeps saying that:
_default_ VirtualHost overlap on port 80, the first has precedence
The problem is that the NameVirutalHost is commented. Make sure your NameVirtualHost line in httpd.conf is uncommented as:
NameVirtualHost *:80
]]></description>
		<wfw:commentRss>http://www.terencekwan.com/_default_-virtualhost-overlap-on-port-80-the-first-has-precedence/feed</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>Apache DocumentRoot does not exist</title>
		<link>http://www.terencekwan.com/apache-documentroot-does-not-exist</link>
		<comments>http://www.terencekwan.com/apache-documentroot-does-not-exist#comments</comments>
		<pubDate>Sat, 19 Jul 2008 18:18:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[selinux]]></category>

		<guid isPermaLink="false">http://www.terencekwan.com/archives/4</guid>
		<description><![CDATA[Try to setup Apache virtual host on a new machine.
 Apache keeps complain about about the DocumentRoot does not exist and cannot write the log file. My document is using capistrano to do symbol link.
 It turns out the problem is SELinux.
Do:
echo 0 &#62; selinux/enforce
It will disable SELinux and fix the problem. I have not look into [...]]]></description>
		<wfw:commentRss>http://www.terencekwan.com/apache-documentroot-does-not-exist/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
