<?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>trylle's blog &#187; apache</title>
	<atom:link href="http://blog.metapathy.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.metapathy.com</link>
	<description>Code, graphics and music; none of which I do well.</description>
	<lastBuildDate>Mon, 15 Nov 2010 23:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing WordPress</title>
		<link>http://blog.metapathy.com/2009/05/installing-wordpress/</link>
		<comments>http://blog.metapathy.com/2009/05/installing-wordpress/#comments</comments>
		<pubDate>Wed, 06 May 2009 00:37:08 +0000</pubDate>
		<dc:creator>trylle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.metapathy.com/?p=11</guid>
		<description><![CDATA[Well, installing WordPress wasn&#8217;t quite hasslefree, but might be a bad debian package I used. I had problems with uploading pictures, getting the dreaded &#8220;Is its parent directory writable by the server?&#8221; error. This turned out to be a directory which did not have proper permissions; /srv/www, in fact. So, I ran sudo chown o+rx [...]]]></description>
			<content:encoded><![CDATA[<p>Well, installing WordPress wasn&#8217;t quite hasslefree, but might be a bad debian package I used.</p>
<p>I had problems with uploading pictures, getting the dreaded &#8220;Is its parent directory writable by the server?&#8221; error. This turned out to be a directory which did not have proper permissions; <code>/srv/www</code>, in fact.</p>
<p>So, I ran</p>
<p><code>sudo chown o+rx /srv/www</code></p>
<p>Which allowed me to upload the images, but now another problem. The images were not showing up. This turned out to be due to a missing symlink in <code>/usr/share/wordpress</code> to <code>/srv/www/wp-uploads/blog.metapathy.com</code>.</p>
<p>Right! So, I added the symlink by running</p>
<p><code>ln -s /srv/www/wp-uploads/blog.metapathy.com /usr/share/wordpress/wp-uploads</code></p>
<p>and that would be that, you&#8217;d think. But, no, they still weren&#8217;t working! Now apache was getting mad and forbidding me to access it, so I started looking at what I had done with my apache configuration (I had been following <a href="http://www.debianadmin.com/install-wordpress-in-debian-etch.html">this guide</a>). Turns out I needed to use <code>Options +FollowSymLinks</code> rather than merely <code>Options FollowSymLinks.</code></p>
<p>And now it finally seems to be working properly. <img src='http://blog.metapathy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metapathy.com/2009/05/installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

