<?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>iFunMath &#187; Full Restore</title>
	<atom:link href="http://www.ifunmath.com/tag/full-restore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ifunmath.com</link>
	<description>i make Fun with Math.</description>
	<lastBuildDate>Wed, 20 Jan 2010 18:42:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache2 not working after Time Machine full restore &#8211; Mac</title>
		<link>http://www.ifunmath.com/2009/09/apache2-not-working-after-time-machine-full-restore-mac/</link>
		<comments>http://www.ifunmath.com/2009/09/apache2-not-working-after-time-machine-full-restore-mac/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:54:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac/Iphone Programming]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Full Restore]]></category>
		<category><![CDATA[Mac Programming]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.ifunmath.com/?p=13</guid>
		<description><![CDATA[It&#8217;s because that Time Machine dose not create log folder for Apache2, which cannot start without create logs.    &#8230;
Just do this >>
sudo apachectl stop
sudo mkdir /var/log/apache2
sudo chown -R root:wheel /var/log/apache2
sudo chmod -R 755 /var/log/apache2
sudo apachectl start 
hope it will save your day.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s because that Time Machine dose not create log folder for Apache2, which cannot start without create logs.    &#8230;</p>
<p>Just do this >></p>
<p>sudo apachectl stop<br />
sudo mkdir /var/log/apache2<br />
sudo chown -R root:wheel /var/log/apache2<br />
sudo chmod -R 755 /var/log/apache2<br />
sudo apachectl start </p>
<p>hope it will save your day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ifunmath.com/2009/09/apache2-not-working-after-time-machine-full-restore-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
