<?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>HowConfig &#187; file permissions</title>
	<atom:link href="http://www.howconfig.com/tag/file-permissions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howconfig.com</link>
	<description>Quick tips on software configuration.</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:55:44 +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>Plesk for Linux &#8211; Fixing .htaccess pcfg_openfile error &#8211; permission fix</title>
		<link>http://www.howconfig.com/linux/plesk-for-linux-fixing-htaccess-pcfg_openfile-error-permission-fix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plesk-for-linux-fixing-htaccess-pcfg_openfile-error-permission-fix</link>
		<comments>http://www.howconfig.com/linux/plesk-for-linux-fixing-htaccess-pcfg_openfile-error-permission-fix/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 20:32:57 +0000</pubDate>
		<dc:creator>config</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[plesk for linux]]></category>

		<guid isPermaLink="false">http://www.howconfig.com/?p=32</guid>
		<description><![CDATA[Problem with directory / files permissions after installing some software on your Plesk Linux server ( Nagios for example known to cause this in certain scenarios ). From /var/www/vhosts/domain.com/statistics/logs/error_log : [critical] [client 192.168.0.13] (13)Permission denied: /var/www/vhosts/domain.com/httpdocs/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable You will see Forbidden Error in your browser. If [...]]]></description>
			<content:encoded><![CDATA[<p>Problem with directory / files permissions after installing some software on your Plesk Linux server ( Nagios for example known to cause this in certain scenarios ).</p>
<p>From /var/www/vhosts/domain.com/statistics/logs/error_log :</p>
<pre>[critical] [client 192.168.0.13] (13)Permission
denied: /var/www/vhosts/domain.com/httpdocs/.htaccess pcfg_openfile:
unable to check htaccess file, ensure it is readable</pre>
<p>You will see Forbidden Error in your browser.</p>
<p>If you check the mentioned location you will notice that .htaccess file is probably not even there. Creating it and giving it the correct permissions won&#8217;t help of course.</p>
<p>In our case permissions set wrong on the httpdocs / httpsdocs directory itself.<br />
Try this to fix:</p>
<pre>cd /var/www/vhosts/domain.com/
chmod 755 httpdocs
chmod 755 httpsdocs</pre>
<p>You don&#8217;t have to set the permissions to 755 as 751 for example will work as well. Play with the permissions on httpdocs to find the suitable solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howconfig.com/linux/plesk-for-linux-fixing-htaccess-pcfg_openfile-error-permission-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

