<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</title>
	<atom:link href="http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 08:32:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Melissa</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-12449</link>
		<dc:creator>Melissa</dc:creator>
		<pubDate>Mon, 07 Nov 2011 09:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-12449</guid>
		<description>On cpanel server for public_html folder ownership should be username.nobody and permission should be 750
For any other directories and files permission depends on exact type of the server but generally it is 755 for folder and 644 for files.
</description>
		<content:encoded><![CDATA[<p>On cpanel server for public_html folder ownership should be username.nobody and permission should be 750<br />
For any other directories and files permission depends on exact type of the server but generally it is 755 for folder and 644 for files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hubert</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-11080</link>
		<dc:creator>Hubert</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-11080</guid>
		<description>If you are using a cPanel account make sure your public_html folder has &quot;nobody&quot; as the group.

susEXEC makes Apache very strict about ownership! Its happened to me on more than one occasion where the public_html folder can inexplicably change its group ownership to match that of the user and cause the site to go down with Permission 13 errors seemingly related to an unreadable .htaccess file.</description>
		<content:encoded><![CDATA[<p>If you are using a cPanel account make sure your public_html folder has &#8220;nobody&#8221; as the group.</p>
<p>susEXEC makes Apache very strict about ownership! Its happened to me on more than one occasion where the public_html folder can inexplicably change its group ownership to match that of the user and cause the site to go down with Permission 13 errors seemingly related to an unreadable .htaccess file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aED</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-7420</link>
		<dc:creator>aED</dc:creator>
		<pubDate>Sun, 17 Apr 2011 08:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-7420</guid>
		<description>Thanks. Ive been working on this error for hours trying everything. And this did the trick  :) I just used this on public_html and everything is now working

chmod 755 -R public_html</description>
		<content:encoded><![CDATA[<p>Thanks. Ive been working on this error for hours trying everything. And this did the trick  <img src='http://linuxwindowsmaster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I just used this on public_html and everything is now working</p>
<p>chmod 755 -R public_html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex P</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-1848</link>
		<dc:creator>Alex P</dc:creator>
		<pubDate>Sun, 31 Oct 2010 23:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-1848</guid>
		<description>Hello Jerry,

In PHP suphp environment you will have to create copy the system php.in under that particular client document root. then search disable_functions option in php.ini file and add php function which you want to disable it for particular account. 

here example


&lt;blockquote&gt;disable_functions =&quot;shell_exec,system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,
proc_open,proc_terminate,highlight_file,escapeshellcmd,define_syslog_variables,
posix_uname,posix_getpwuid,apache_child_terminate,posix_kill,
posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,posix_uname,
ftp_exec,ftp_connect,ftp_login,ftp_get,ftp_put,ftp_nb_fput,ftp_raw,
tp_rawlist,ini_alter,ini_restore,inject_code,syslog,openlog,
define_syslog_variables,apache_setenv,mysql_pconnect &quot;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hello Jerry,</p>
<p>In PHP suphp environment you will have to create copy the system php.in under that particular client document root. then search disable_functions option in php.ini file and add php function which you want to disable it for particular account. </p>
<p>here example</p>
<blockquote><p>disable_functions =&#8221;shell_exec,system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,<br />
proc_open,proc_terminate,highlight_file,escapeshellcmd,define_syslog_variables,<br />
posix_uname,posix_getpwuid,apache_child_terminate,posix_kill,<br />
posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,posix_uname,<br />
ftp_exec,ftp_connect,ftp_login,ftp_get,ftp_put,ftp_nb_fput,ftp_raw,<br />
tp_rawlist,ini_alter,ini_restore,inject_code,syslog,openlog,<br />
define_syslog_variables,apache_setenv,mysql_pconnect &#8220;</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-1377</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Tue, 07 Sep 2010 13:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-1377</guid>
		<description>Thank you. You&#039;re suggestions worked for me.</description>
		<content:encoded><![CDATA[<p>Thank you. You&#8217;re suggestions worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisamudeen</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-1347</link>
		<dc:creator>nisamudeen</dc:creator>
		<pubDate>Fri, 03 Sep 2010 12:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-1347</guid>
		<description>Hello,

Please ensure /public_html/ directory group user is nobody
Fix it using command chown &quot;username&quot;:nobody  /public_html</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Please ensure /public_html/ directory group user is nobody<br />
Fix it using command chown &#8220;username&#8221;:nobody  /public_html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-1117</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Mon, 02 Aug 2010 16:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-1117</guid>
		<description>I have already use your tips and worked !
But now I have face this problem again and this tips not work


&lt;blockquote cite=&quot;#commentbody-585&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-585&quot; rel=&quot;nofollow&quot;&gt;Arthur&lt;/a&gt; :&lt;/strong&gt;
i continue having this problem even after i did like You said!!!!! This issue is driving me crazy!!!! Any help apriciated!
Thanks alot!!!!!
&lt;/blockquote&gt;

Same here</description>
		<content:encoded><![CDATA[<p>I have already use your tips and worked !<br />
But now I have face this problem again and this tips not work</p>
<blockquote cite="#commentbody-585"><p>
<strong><a href="#comment-585" rel="nofollow">Arthur</a> :</strong><br />
i continue having this problem even after i did like You said!!!!! This issue is driving me crazy!!!! Any help apriciated!<br />
Thanks alot!!!!!
</p></blockquote>
<p>Same here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adams</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-825</link>
		<dc:creator>adams</dc:creator>
		<pubDate>Sat, 29 May 2010 06:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-825</guid>
		<description>Tanks !........</description>
		<content:encoded><![CDATA[<p>Tanks !&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://linuxwindowsmaster.com/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/comment-page-1/#comment-585</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=37#comment-585</guid>
		<description>i continue having this problem even after i did like You said!!!!! This issue is driving me crazy!!!! Any help apriciated!
Thanks alot!!!!!</description>
		<content:encoded><![CDATA[<p>i continue having this problem even after i did like You said!!!!! This issue is driving me crazy!!!! Any help apriciated!<br />
Thanks alot!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

