<?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>The Zoltan Blog &#187; apache</title>
	<atom:link href="http://www.zoltanfagyal.com/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoltanfagyal.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 24 Nov 2010 20:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing files and folders so they are accessable by user and apache as well</title>
		<link>http://www.zoltanfagyal.com/blog/2009/12/16/changing-files-and-folders-so-they-are-accessable-by-user-and-apache-as-well/</link>
		<comments>http://www.zoltanfagyal.com/blog/2009/12/16/changing-files-and-folders-so-they-are-accessable-by-user-and-apache-as-well/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:52:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[priviliges]]></category>

		<guid isPermaLink="false">http://www.zoltanfagyal.com/blog/2009/12/16/changing-files-and-folders-so-they-are-accessable-by-user-and-apache-as-well/</guid>
		<description><![CDATA[Follow the commands below to change files and folders so they are accessible to users and the apache group as well by adding the user to the apache group and assigning full read, write, execute privileges to user and apache group.
cd /var/www
find . -type d &#124; xargs chmod 775
find . -type f &#124; xargs chmod [...]]]></description>
			<content:encoded><![CDATA[<p>Follow the commands below to change files and folders so they are accessible to users and the apache group as well by adding the user to the apache group and assigning full read, write, execute privileges to user and apache group.<br />
<code>cd /var/www<br />
find . -type d | xargs chmod 775<br />
find . -type f | xargs chmod 664<br />
chown -R paul.apache *</code></p>
<p>I assume paul is the user</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoltanfagyal.com/blog/2009/12/16/changing-files-and-folders-so-they-are-accessable-by-user-and-apache-as-well/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

