<?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: Joomla and Plesk permissions</title>
	<atom:link href="http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/</link>
	<description>Words of wisdom from a server administrator</description>
	<pubDate>Sun, 12 Oct 2008 01:42:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Perfect Permissions for Joomla and Plesk at DustinsDesign.com</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-521</link>
		<dc:creator>Perfect Permissions for Joomla and Plesk at DustinsDesign.com</dc:creator>
		<pubDate>Fri, 18 Apr 2008 18:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-521</guid>
		<description>[...] This is a slightly modified version from the original post found at rackerhacker.com [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a slightly modified version from the original post found at rackerhacker.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lvalics</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-429</link>
		<dc:creator>lvalics</dc:creator>
		<pubDate>Sat, 01 Mar 2008 15:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-429</guid>
		<description>I suggest try to install mod_suphp and configure per domain. In this way the files uploaed via Joomla will get ftpuser:psacln rights and you can work with them. Also not need to be anymore 777 the folders.
See more on 
http://www.web-hosting-control-panel-addons.com/description.php/HOW-TO_setup_a_PLESK_Dedicated_Server/6/

Here you can see how to setup mod_suphp to work well on a PLESK server for Joomla, Drupal, or any other similar software. Hope this help.</description>
		<content:encoded><![CDATA[<p>I suggest try to install mod_suphp and configure per domain. In this way the files uploaed via Joomla will get ftpuser:psacln rights and you can work with them. Also not need to be anymore 777 the folders.<br />
See more on<br />
<a href="http://www.web-hosting-control-panel-addons.com/description.php/HOW-TO_setup_a_PLESK_Dedicated_Server/6/" rel="nofollow">http://www.web-hosting-control-panel-addons.com/description.php/HOW-TO_setup_a_PLESK_Dedicated_Server/6/</a></p>
<p>Here you can see how to setup mod_suphp to work well on a PLESK server for Joomla, Drupal, or any other similar software. Hope this help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggis</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-348</link>
		<dc:creator>maggis</dc:creator>
		<pubDate>Thu, 31 Jan 2008 06:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-348</guid>
		<description>Well this was finally tested &#38; not working as the new directories (and maybe files) are created with incorrect umask, for example when installing components from Joomla. Directories come as 0755, not 0775 (+sticky bits).</description>
		<content:encoded><![CDATA[<p>Well this was finally tested &amp; not working as the new directories (and maybe files) are created with incorrect umask, for example when installing components from Joomla. Directories come as 0755, not 0775 (+sticky bits).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggis</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-291</link>
		<dc:creator>maggis</dc:creator>
		<pubDate>Tue, 15 Jan 2008 02:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-291</guid>
		<description>OK I stand corrected I omitted the chmod g+s!</description>
		<content:encoded><![CDATA[<p>OK I stand corrected I omitted the chmod g+s!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggis</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-290</link>
		<dc:creator>maggis</dc:creator>
		<pubDate>Tue, 15 Jan 2008 02:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-290</guid>
		<description>How is this "perfect"? I do not think so, not at ALL.

I have not tested, but I think the following problem still remains:
1- Joomla/some other web application creates something on the disk
2- Now the file is owned by apache:apache
3- The dumb Joomla-"coder" comes complaining that he/she can not upload something (FTP) since the FTP process is user:psacln and the file/dir owner is apache:apache still
4- Already completely overworked admin needs to chown/chgrp, again, completely the same as before</description>
		<content:encoded><![CDATA[<p>How is this &#8220;perfect&#8221;? I do not think so, not at ALL.</p>
<p>I have not tested, but I think the following problem still remains:<br />
1- Joomla/some other web application creates something on the disk<br />
2- Now the file is owned by apache:apache<br />
3- The dumb Joomla-&#8221;coder&#8221; comes complaining that he/she can not upload something (FTP) since the FTP process is user:psacln and the file/dir owner is apache:apache still<br />
4- Already completely overworked admin needs to chown/chgrp, again, completely the same as before</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: datacommand</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-46</link>
		<dc:creator>datacommand</dc:creator>
		<pubDate>Mon, 01 Oct 2007 03:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-46</guid>
		<description>I am using Plesk 8.2.1 and Joomla.  When I log into the server using PuTTY I do not see the same directory structure for my domains.  I am new to Linux hosting so I may just be missing the whole picture somehow.  I would really like to be able to control the permissions in my Joomla! sites and be able to FTP to the Joomla! directories.  Any help would be apprecitated.</description>
		<content:encoded><![CDATA[<p>I am using Plesk 8.2.1 and Joomla.  When I log into the server using PuTTY I do not see the same directory structure for my domains.  I am new to Linux hosting so I may just be missing the whole picture somehow.  I would really like to be able to control the permissions in my Joomla! sites and be able to FTP to the Joomla! directories.  Any help would be apprecitated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digical</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-7</link>
		<dc:creator>digical</dc:creator>
		<pubDate>Sun, 08 Jul 2007 15:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-7</guid>
		<description>This didn't work for me until I turned off PHP safe mode.  Now that PHP Safe Mode is off, these steps are working like a champ!  Thanks.</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work for me until I turned off PHP safe mode.  Now that PHP Safe Mode is off, these steps are working like a champ!  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
