<?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>John Paul Ashenfelter &#187; apache</title>
	<atom:link href="http://ashenfelter.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashenfelter.com</link>
	<description>Blogs are for geeks. Guilty!</description>
	<lastBuildDate>Tue, 12 Apr 2011 13:57:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Permissions for WordPress on Joyent Accelerator</title>
		<link>http://ashenfelter.com/2010/02/18/permissions-for-wordpress-on-joyent-accelerator/</link>
		<comments>http://ashenfelter.com/2010/02/18/permissions-for-wordpress-on-joyent-accelerator/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 19:55:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[joyent]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ashenfelter.com/?p=12</guid>
		<description><![CDATA[John Paul fixed his problem with WordPress uploads, upgrades, and theme installations by ensuring that the WP files were owned by the same user running Apache -- chown -R www:www in this case.]]></description>
			<content:encoded><![CDATA[<p>I installed WordPress on my Joyent accelerator by following the <a href="http://wiki.joyent.com/accelerators:kb:install-wordpress">wiki instructions</a> but since they&#8217;re a bit older, ran into a couple of problems that required some after-the-fact tweaking.</p>
<p>Basically, if you want to use the sexy new WP capabilities for automatically upgrading, directly uploading themes, etc you want to ensure that the process running WP can access the files. I had uploaded WP as a user, so my list files were owned by ashenfelter.com:ashenfelter.com while new files created by WP plugins (eg sitemap.xml)  were owned by www:www. Solution?</p>
<p>web/public &gt;sudo chown -R www:www .</p>
<p>As dozens if not hundreds of posts on the WP forums/etc warn &#8212; please DO NOT try to solve this kind of problem by chmod 777 unless you like being hacked.</p>
]]></content:encoded>
			<wfw:commentRss>http://ashenfelter.com/2010/02/18/permissions-for-wordpress-on-joyent-accelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

