<?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: TIP: Resolving AWstats permission denied error by www-data cron job</title>
	<atom:link href="http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/</link>
	<description>It cannot get simpler than this! (TM)</description>
	<lastBuildDate>Thu, 04 Mar 2010 23:16:20 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/comment-page-1/#comment-10787</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1993#comment-10787</guid>
		<description>Bubba is right. It only worked once you give the /var/log/apache2 directory itself 755, not just the files within it.</description>
		<content:encoded><![CDATA[<p>Bubba is right. It only worked once you give the /var/log/apache2 directory itself 755, not just the files within it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bubba</title>
		<link>http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/comment-page-1/#comment-10758</link>
		<dc:creator>Bubba</dc:creator>
		<pubDate>Fri, 18 Dec 2009 05:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1993#comment-10758</guid>
		<description>Running &quot;chmod 755 /var/log/apache2/&quot; worked for me on Karmic Koala.  It did not with the *.</description>
		<content:encoded><![CDATA[<p>Running &#8220;chmod 755 /var/log/apache2/&#8221; worked for me on Karmic Koala.  It did not with the *.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juri</title>
		<link>http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/comment-page-1/#comment-10348</link>
		<dc:creator>Juri</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1993#comment-10348</guid>
		<description>maybe you could replace
&quot;# chmod 755 -R /var/log/apache2/*&quot;
with
&quot;# chmod 755 /var/log/apache2/&quot;
for security.
it&#039;s just the log directory that needs
&quot;rx&quot; mode,
the log files are fine with &quot;644&quot; for
the www-data user, specified in the
logrotate job.</description>
		<content:encoded><![CDATA[<p>maybe you could replace<br />
&#8220;# chmod 755 -R /var/log/apache2/*&#8221;<br />
with<br />
&#8220;# chmod 755 /var/log/apache2/&#8221;<br />
for security.<br />
it&#8217;s just the log directory that needs<br />
&#8220;rx&#8221; mode,<br />
the log files are fine with &#8220;644&#8243; for<br />
the www-data user, specified in the<br />
logrotate job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/comment-page-1/#comment-10345</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1993#comment-10345</guid>
		<description>Yes this one was a real pain to figure out! I am glad that this post was helpful to you.</description>
		<content:encoded><![CDATA[<p>Yes this one was a real pain to figure out! I am glad that this post was helpful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juri</title>
		<link>http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/comment-page-1/#comment-10340</link>
		<dc:creator>Juri</dc:creator>
		<pubDate>Tue, 17 Nov 2009 23:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1993#comment-10340</guid>
		<description>aaaah,
man, you got it!!!

thanks very much for the thread!
actually, i found it at
http://www.mail-archive.com/debian-user@lists.debian.org/msg558469.html

it&#039;s really not my first awstats install,
but my first in lenny!
i got also one server running on etch, and
everything&#039;s just fine on it.

as i finally found your thread, read it and
compared my apache2 log folder on lenny and
etch, i found that this folder has the right
permissions in the etch install: 755.
on lenny it&#039;s 754, don&#039;t to hell know why!

i thought i&#039;ll do the install in half an
hour, and now i&#039;m sitting all evening on it,
trying everything, almost desparing.

EXACTLY the same problem!
i wonder if we are the only ones with that,
i googled nothing similar out this evening.

thanks again!

cheers

Juri</description>
		<content:encoded><![CDATA[<p>aaaah,<br />
man, you got it!!!</p>
<p>thanks very much for the thread!<br />
actually, i found it at<br />
<a href="http://www.mail-archive.com/debian-user@lists.debian.org/msg558469.html" rel="nofollow">http://www.mail-archive.com/debian-user@lists.debian.org/msg558469.html</a></p>
<p>it&#8217;s really not my first awstats install,<br />
but my first in lenny!<br />
i got also one server running on etch, and<br />
everything&#8217;s just fine on it.</p>
<p>as i finally found your thread, read it and<br />
compared my apache2 log folder on lenny and<br />
etch, i found that this folder has the right<br />
permissions in the etch install: 755.<br />
on lenny it&#8217;s 754, don&#8217;t to hell know why!</p>
<p>i thought i&#8217;ll do the install in half an<br />
hour, and now i&#8217;m sitting all evening on it,<br />
trying everything, almost desparing.</p>
<p>EXACTLY the same problem!<br />
i wonder if we are the only ones with that,<br />
i googled nothing similar out this evening.</p>
<p>thanks again!</p>
<p>cheers</p>
<p>Juri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing, configuring AWstats for Apache web server on Debian Linux &#124; Organizing Linux Information!</title>
		<link>http://blogs.koolwal.net/2009/10/26/tip-resolving-awstats-permission-denied-error-by-www-data-cron-job/comment-page-1/#comment-10281</link>
		<dc:creator>Installing, configuring AWstats for Apache web server on Debian Linux &#124; Organizing Linux Information!</dc:creator>
		<pubDate>Thu, 29 Oct 2009 08:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.koolwal.net/?p=1993#comment-10281</guid>
		<description>[...] Now after every 10 minutes the cron job will run automatically and you can see your statistics as shown above. If you are having trouble getting the cron job to run, please this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] Now after every 10 minutes the cron job will run automatically and you can see your statistics as shown above. If you are having trouble getting the cron job to run, please this post. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
