<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: WordPress Upload Management Tip</title>
	<atom:link href="http://gfmorris.org/archives/2005/12/17/wordpress-upload-management-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F12%2F17%2Fwordpress-upload-management-tip%2F%23comment-&amp;seed_title=WordPress+Upload+Management+Tip</link>
	<description>Smart Guy, Dumb Code</description>
	<pubDate>Fri, 21 Nov 2008 14:16:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Derek</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F12%2F17%2Fwordpress-upload-management-tip%2F%23comment-5244&amp;seed_title=WordPress+Upload+Management+Tip#comment-5244</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 19 Aug 2006 19:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/?p=19#comment-5244</guid>
		<description>I 777'd my upload directory and found some injected .php files a few months later that were spewing out spam into Google. Looks like 777 isn't safe!</description>
		<content:encoded><![CDATA[<p>I 777&#8242;d my upload directory and found some injected .php files a few months later that were spewing out spam into Google. Looks like 777 isn&#8217;t safe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geof F. Morris</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F12%2F17%2Fwordpress-upload-management-tip%2F%23comment-1454&amp;seed_title=WordPress+Upload+Management+Tip#comment-1454</link>
		<dc:creator>Geof F. Morris</dc:creator>
		<pubDate>Sat, 24 Dec 2005 03:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/?p=19#comment-1454</guid>
		<description>The main one would be that you never have to muck about with an FTP client.  :) The tool also generates clean, valid markup for you.</description>
		<content:encoded><![CDATA[<p>The main one would be that you never have to muck about with an FTP client.  <img src='http://gfmorris.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> The tool also generates clean, valid markup for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lara</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F12%2F17%2Fwordpress-upload-management-tip%2F%23comment-1453&amp;seed_title=WordPress+Upload+Management+Tip#comment-1453</link>
		<dc:creator>Lara</dc:creator>
		<pubDate>Sat, 24 Dec 2005 01:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/?p=19#comment-1453</guid>
		<description>What's the benefit to uploading this way vs. FTP?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the benefit to uploading this way vs. FTP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geof F. Morris</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F12%2F17%2Fwordpress-upload-management-tip%2F%23comment-1452&amp;seed_title=WordPress+Upload+Management+Tip#comment-1452</link>
		<dc:creator>Geof F. Morris</dc:creator>
		<pubDate>Fri, 23 Dec 2005 23:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/?p=19#comment-1452</guid>
		<description>Lara: Options --&#62; Miscellaneous.  ;)

Dougal: That's my experience as well.</description>
		<content:encoded><![CDATA[<p>Lara: Options &#8211;&gt; Miscellaneous.  <img src='http://gfmorris.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Dougal: That&#8217;s my experience as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal Campbell</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F12%2F17%2Fwordpress-upload-management-tip%2F%23comment-1451&amp;seed_title=WordPress+Upload+Management+Tip#comment-1451</link>
		<dc:creator>Dougal Campbell</dc:creator>
		<pubDate>Fri, 23 Dec 2005 20:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/?p=19#comment-1451</guid>
		<description>Yeah, on all the servers *I* have dealt with, the web server runs as a different user. The exception would probably be web hosts who run PHP as a CGI process, which allows them to run it through suexec.  But when PHP is installed as a module, it executes with the same permissions as the main apache instance, which is typically as the 'nobody' user (or a similarly unprivileged account).

You don't *have* to make the wp-content directory writable for everything. Most parts of WP that need to write files under there are looking at particular subdirectory (cache, uploads, etc). Just make those writable, and there are fewer security concerns.</description>
		<content:encoded><![CDATA[<p>Yeah, on all the servers *I* have dealt with, the web server runs as a different user. The exception would probably be web hosts who run PHP as a CGI process, which allows them to run it through suexec.  But when PHP is installed as a module, it executes with the same permissions as the main apache instance, which is typically as the &#8216;nobody&#8217; user (or a similarly unprivileged account).</p>
<p>You don&#8217;t *have* to make the wp-content directory writable for everything. Most parts of WP that need to write files under there are looking at particular subdirectory (cache, uploads, etc). Just make those writable, and there are fewer security concerns.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
