<?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>Thu, 07 Jan 2010 03:37:34 +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/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=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 [...]
<script type="text/javascript">
SHARETHIS.addEntry(
	{
	title: "Changing files and folders so they are accessable by user and apache as well",
	url: "http://www.zoltanfagyal.com/blog/2009/12/16/changing-files-and-folders-so-they-are-accessable-by-user-and-apache-as-well/"
	}
	
	
);
</script>
	]]></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>
<p><a href="http://sharethis.com/item?&wp=2.9.1&amp;publisher=ffb9ede2-c4cf-4886-be36-31f3bd513e64&amp;title=Changing+files+and+folders+so+they+are+accessable+by+user+and+apache+as+well&amp;url=http%3A%2F%2Fwww.zoltanfagyal.com%2Fblog%2F2009%2F12%2F16%2Fchanging-files-and-folders-so-they-are-accessable-by-user-and-apache-as-well%2F">ShareThis</a></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>
