<?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: Rotate Apache logs using Awstats</title> <atom:link href="http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Sat, 31 Jul 2010 13:48:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>By: Felix</title><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/comment-page-1/#comment-181891</link> <dc:creator>Felix</dc:creator> <pubDate>Thu, 10 Jun 2010 11:25:41 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=245#comment-181891</guid> <description>@Jay is there any chance you would share your script?
(I know its a bittle late)Regards Felix</description> <content:encoded><![CDATA[<p>@Jay is there any chance you would share your script?<br
/> (I know its a bittle late)</p><p>Regards Felix</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/comment-page-1/#comment-180871</link> <dc:creator>- Marius -</dc:creator> <pubDate>Wed, 26 Aug 2009 07:48:22 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=245#comment-180871</guid> <description>@iGuide: you define the log being parsed by awstats with the LogFile parameter inside the active configuration file.</description> <content:encoded><![CDATA[<p>@iGuide: you define the log being parsed by awstats with the LogFile parameter inside the active configuration file.</p> ]]></content:encoded> </item> <item><title>By: iGuide</title><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/comment-page-1/#comment-180869</link> <dc:creator>iGuide</dc:creator> <pubDate>Wed, 26 Aug 2009 04:46:25 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=245#comment-180869</guid> <description>Anyone have any idea which log files are being read by AwStats?  I have so many in my /usr/local/apache/domlogs directory, the largest of which are about 100M for 12 hours of logging.  So does that mean AwStats is deleting log files every 12 hours?</description> <content:encoded><![CDATA[<p>Anyone have any idea which log files are being read by AwStats?  I have so many in my /usr/local/apache/domlogs directory, the largest of which are about 100M for 12 hours of logging.  So does that mean AwStats is deleting log files every 12 hours?</p> ]]></content:encoded> </item> <item><title>By: facebook et cnil, log rotate et backlinks yahoo</title><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/comment-page-1/#comment-180086</link> <dc:creator>facebook et cnil, log rotate et backlinks yahoo</dc:creator> <pubDate>Fri, 10 Apr 2009 19:53:42 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=245#comment-180086</guid> <description>[...] Rotate Apache logs using Awstats &#124; MDLog:/sysadmin [...]</description> <content:encoded><![CDATA[<p>[...] Rotate Apache logs using Awstats | MDLog:/sysadmin [...]</p> ]]></content:encoded> </item> <item><title>By: Jay Fougere</title><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/comment-page-1/#comment-177904</link> <dc:creator>Jay Fougere</dc:creator> <pubDate>Wed, 18 Jun 2008 15:26:13 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=245#comment-177904</guid> <description>@Erik: I don&#039;t know of any tools that query the database directly, however the fields in the table are the same fields that you would see in the apache logs.What I have been doing is running a perl script I wrote on a cron that does several things. First, it dumps the contents of the database into a temporary file that is in the apache log format. It then calls awstats which is set up to use that file as its log file. Lastly, it records in another table the timestamp of the last record it looked at. This way, it knows where to begin the log the next time around.</description> <content:encoded><![CDATA[<p>@Erik: I don&#8217;t know of any tools that query the database directly, however the fields in the table are the same fields that you would see in the apache logs.</p><p>What I have been doing is running a perl script I wrote on a cron that does several things. First, it dumps the contents of the database into a temporary file that is in the apache log format. It then calls awstats which is set up to use that file as its log file. Lastly, it records in another table the timestamp of the last record it looked at. This way, it knows where to begin the log the next time around.</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/comment-page-1/#comment-177865</link> <dc:creator>Erik</dc:creator> <pubDate>Tue, 17 Jun 2008 14:21:08 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=245#comment-177865</guid> <description>@Jay: do you know any tools, that analyses such logs which was wrote to a mysql db??</description> <content:encoded><![CDATA[<p>@Jay: do you know any tools, that analyses such logs which was wrote to a mysql db??</p> ]]></content:encoded> </item> <item><title>By: Jay Fougere</title><link>http://www.ducea.com/2008/06/04/rotate-apache-logs-using-awstats/comment-page-1/#comment-176285</link> <dc:creator>Jay Fougere</dc:creator> <pubDate>Wed, 11 Jun 2008 21:35:43 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=245#comment-176285</guid> <description>I have found that mod_log_sql is my answer to apache log manipulation. Basically it simply writes your apache logs to a MySQL database rather than a flat file.Not only can you avoid gaps in your stats you can log to the same table from multiple web servers. This allows for sites that are run on multiple web servers to have aggregated stats or the ability to aggregate stats across all sites that you are responsible for (network-wide stats).A simple perl script can create a temporary logfile from the database to run your stats program against and a tiny table can be used to track the time stamp of where you left off.I have been doing this with great success for over 1000 sites that I manage.</description> <content:encoded><![CDATA[<p>I have found that mod_log_sql is my answer to apache log manipulation. Basically it simply writes your apache logs to a MySQL database rather than a flat file.</p><p>Not only can you avoid gaps in your stats you can log to the same table from multiple web servers. This allows for sites that are run on multiple web servers to have aggregated stats or the ability to aggregate stats across all sites that you are responsible for (network-wide stats).</p><p>A simple perl script can create a temporary logfile from the database to run your stats program against and a tiny table can be used to track the time stamp of where you left off.</p><p>I have been doing this with great success for over 1000 sites that I manage.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2010-07-31 16:51:42 by W3 Total Cache -->