<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: A quick AWstats guide</title>
	<atom:link href="http://www.g-loaded.eu/2005/12/04/configure-awstats/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Tue, 21 May 2013 19:34:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-10474</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Fri, 06 Jul 2007 23:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-10474</guid>
		<description><![CDATA[For a very long time wordpress did not allow the backslashes to show correctly. I needed to escape the backslashes in order them to show in the article. This affected all configuration options inside the article, which contained a backslash.

This has been corrected.
]]></description>
		<content:encoded><![CDATA[<p>For a very long time wordpress did not allow the backslashes to show correctly. I needed to escape the backslashes in order them to show in the article. This affected all configuration options inside the article, which contained a backslash.</p>
<p>This has been corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Habhob</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-6995</link>
		<dc:creator>Habhob</dc:creator>
		<pubDate>Thu, 01 Mar 2007 06:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-6995</guid>
		<description><![CDATA[I have a problem getting awstats to work with a number of virtual websites on the same server. The link www.ihsen.com/support/InstallingAWStatsOnIIS6.pdf  provides a nice step by step and it explains how to use the include directive to monitor several websites but I get a syntax error when I use include. Does the SiteDomain is the active directory domain name, the main (default) website URL, webserver name or the virtual website, also the HostAliases again where to get this value is it the same as the host header in IIS console in the website properties? 

www.subdomain1.domain1.com        the main website name
subdomain1.domain1.com                 active directory domain name
webserver1                                       web server name
Statistics                                            Awstats vertual website
Intranet1                                           vertual website on the same webserver with host header of   
                                                           (intranet1.domain1.com)

I got awstats.webserver1.conf file and I have copied it to awstat.intranet1.conf 

In the awstats.webserver1.conf  file I added the following:

****************************************************************
Include &quot;awstat.intranet1.conf&quot;
LogFile=&quot;C:Windowssystem32logfilesW3SVC12345678ex%MM%DD%YY.log
SiteDomain=&quot;webserver1&quot;
HostAliases=&quot;Localhost 127.0.0.1 webserver1 www.subdomain1.domain1.com&quot; 


The above values were commented out with# from the  awstat.intranet1.conf file

I was able to get the statistics of the main website but I couldn&#039;t get it for the intranet website.
I get syntax error when I run the command perl awstats.pl -config=webserver1 -update  and it points to the line:
   Include &quot;awstat.intranet1.conf&quot;

Also if I run the command perl awstats.pl -config=Intranet1 -update  all the records get dropped or corrupted.

Log files are all have the same format.

Any help is appriciated.

Thanks,
Hab]]></description>
		<content:encoded><![CDATA[<p>I have a problem getting awstats to work with a number of virtual websites on the same server. The link <a href="http://www.ihsen.com/support/InstallingAWStatsOnIIS6.pdf" rel="nofollow">http://www.ihsen.com/support/InstallingAWStatsOnIIS6.pdf</a>  provides a nice step by step and it explains how to use the include directive to monitor several websites but I get a syntax error when I use include. Does the SiteDomain is the active directory domain name, the main (default) website URL, webserver name or the virtual website, also the HostAliases again where to get this value is it the same as the host header in IIS console in the website properties? </p>
<p><a href="http://www.subdomain1.domain1.com" rel="nofollow">http://www.subdomain1.domain1.com</a>        the main website name<br />
subdomain1.domain1.com                 active directory domain name<br />
webserver1                                       web server name<br />
Statistics                                            Awstats vertual website<br />
Intranet1                                           vertual website on the same webserver with host header of<br />
                                                           (intranet1.domain1.com)</p>
<p>I got awstats.webserver1.conf file and I have copied it to awstat.intranet1.conf </p>
<p>In the awstats.webserver1.conf  file I added the following:</p>
<p>****************************************************************<br />
Include &#8220;awstat.intranet1.conf&#8221;<br />
LogFile=&#8221;C:Windowssystem32logfilesW3SVC12345678ex%MM%DD%YY.log<br />
SiteDomain=&#8221;webserver1&#8243;<br />
HostAliases=&#8221;Localhost 127.0.0.1 webserver1 <a href="http://www.subdomain1.domain1.com" rel="nofollow">http://www.subdomain1.domain1.com</a>&#8221; </p>
<p>The above values were commented out with# from the  awstat.intranet1.conf file</p>
<p>I was able to get the statistics of the main website but I couldn&#8217;t get it for the intranet website.<br />
I get syntax error when I run the command perl awstats.pl -config=webserver1 -update  and it points to the line:<br />
   Include &#8220;awstat.intranet1.conf&#8221;</p>
<p>Also if I run the command perl awstats.pl -config=Intranet1 -update  all the records get dropped or corrupted.</p>
<p>Log files are all have the same format.</p>
<p>Any help is appriciated.</p>
<p>Thanks,<br />
Hab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav Gupta</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-5380</link>
		<dc:creator>Abhinav Gupta</dc:creator>
		<pubDate>Thu, 28 Dec 2006 21:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-5380</guid>
		<description><![CDATA[Yours is a really nice awstats guide, really very helpful. :)]]></description>
		<content:encoded><![CDATA[<p>Yours is a really nice awstats guide, really very helpful. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thecoolone</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-5258</link>
		<dc:creator>Thecoolone</dc:creator>
		<pubDate>Tue, 19 Dec 2006 07:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-5258</guid>
		<description><![CDATA[Is there a way of creating a chart for a single day&#039;s traffic using the Extra Section Configuration ??]]></description>
		<content:encoded><![CDATA[<p>Is there a way of creating a chart for a single day&#8217;s traffic using the Extra Section Configuration ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-4948</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Wed, 18 Oct 2006 16:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-4948</guid>
		<description><![CDATA[Hi Jody, when it doesn&#039;t work, it&#039;s very likely that you have improper regular expressions in the &lt;code&gt;ExtraSectionCondition&lt;/code&gt; and &lt;code&gt;ExtraSectionFirstColumnValues&lt;/code&gt; fields. Sorry, but I don&#039;t have any free time to investigate the code.]]></description>
		<content:encoded><![CDATA[<p>Hi Jody, when it doesn&#8217;t work, it&#8217;s very likely that you have improper regular expressions in the <code>ExtraSectionCondition</code> and <code>ExtraSectionFirstColumnValues</code> fields. Sorry, but I don&#8217;t have any free time to investigate the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jody</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-4943</link>
		<dc:creator>Jody</dc:creator>
		<pubDate>Tue, 17 Oct 2006 11:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-4943</guid>
		<description><![CDATA[Hi there.  Ive followed your article on adding extra sections but I cant get it to work.  My code is as follows:

ExtraSectionName1=&quot;Pages Viewed&quot; 
ExtraSectionCodeFilter1=&quot;200 304&quot; 
ExtraSectionCondition1=&quot;URL,/content/default.asp&quot;
ExtraSectionFirstColumnTitle1=&quot;PAGE ID&quot; 
ExtraSectionFirstColumnValues1=&quot;QUERY_STRING,page=([^&amp;]+)&quot;
ExtraSectionFirstColumnFormat1=&quot;%s&quot; 
ExtraSectionStatTypes1=PL 
ExtraSectionAddAverageRow1=0 
ExtraSectionAddSumRow1=1 
MaxNbOfExtra1=100 
MinHitExtra1=1  

This is pretty much identical to yours and others ive seen examples of, so I was wondering if its perhaps my log files that are different.  Although having said that, using awstats it should read the axstatsxxxxxx.xxxxxxxx.txt file shouldnt it, rather than the raw log files, and therefore will all be the same..?

Anyway, any help, advice would be much appreciated as I&#039;m kinda pulling my hair out.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi there.  Ive followed your article on adding extra sections but I cant get it to work.  My code is as follows:</p>
<p>ExtraSectionName1=&#8221;Pages Viewed&#8221;<br />
ExtraSectionCodeFilter1=&#8221;200 304&#8243;<br />
ExtraSectionCondition1=&#8221;URL,/content/default.asp&#8221;<br />
ExtraSectionFirstColumnTitle1=&#8221;PAGE ID&#8221;<br />
ExtraSectionFirstColumnValues1=&#8221;QUERY_STRING,page=([^&amp;]+)&#8221;<br />
ExtraSectionFirstColumnFormat1=&#8221;%s&#8221;<br />
ExtraSectionStatTypes1=PL<br />
ExtraSectionAddAverageRow1=0<br />
ExtraSectionAddSumRow1=1<br />
MaxNbOfExtra1=100<br />
MinHitExtra1=1  </p>
<p>This is pretty much identical to yours and others ive seen examples of, so I was wondering if its perhaps my log files that are different.  Although having said that, using awstats it should read the axstatsxxxxxx.xxxxxxxx.txt file shouldnt it, rather than the raw log files, and therefore will all be the same..?</p>
<p>Anyway, any help, advice would be much appreciated as I&#8217;m kinda pulling my hair out.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-2294</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Sat, 12 Aug 2006 05:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-2294</guid>
		<description><![CDATA[This is a nice idea. I don&#039;t currently use any external plugins, but i intend to spend some time to see what is available and hopefully extend this tutorial when i have enough free time.]]></description>
		<content:encoded><![CDATA[<p>This is a nice idea. I don&#8217;t currently use any external plugins, but i intend to spend some time to see what is available and hopefully extend this tutorial when i have enough free time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoker</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-2145</link>
		<dc:creator>Stoker</dc:creator>
		<pubDate>Sat, 05 Aug 2006 14:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-2145</guid>
		<description><![CDATA[Nice guide, would be nice to see guide on how to install plugin - I have tried to get userinfo to work several times but all have failed - and no response from forum!]]></description>
		<content:encoded><![CDATA[<p>Nice guide, would be nice to see guide on how to install plugin &#8211; I have tried to get userinfo to work several times but all have failed &#8211; and no response from forum!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-1286</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Fri, 26 May 2006 23:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-1286</guid>
		<description><![CDATA[You can use the provided &lt;code&gt;logresolvemerge.pl&lt;/code&gt; utility. Have a look at the official &lt;a href=&quot;http://awstats.sourceforge.net/docs/awstats_tools.html&quot; rel=&quot;nofollow&quot;&gt;tools page&lt;/a&gt; for more info. An awstats configuration file can be used for one log file at a time, so the logs should be merged and sorted before. This is what &lt;code&gt;logresolvemerge.pl&lt;/code&gt; does.

Also, in the documentation, it says that you can use the &lt;code&gt;-month=all -year=YYYY&lt;/code&gt; options when log files are processed in order to have reports for a whole year.

Sorry for the delayed reply.]]></description>
		<content:encoded><![CDATA[<p>You can use the provided <code>logresolvemerge.pl</code> utility. Have a look at the official <a href="http://awstats.sourceforge.net/docs/awstats_tools.html" rel="nofollow">tools page</a> for more info. An awstats configuration file can be used for one log file at a time, so the logs should be merged and sorted before. This is what <code>logresolvemerge.pl</code> does.</p>
<p>Also, in the documentation, it says that you can use the <code>-month=all -year=YYYY</code> options when log files are processed in order to have reports for a whole year.</p>
<p>Sorry for the delayed reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.g-loaded.eu/2005/12/04/configure-awstats/#comment-1187</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 22 May 2006 14:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/25/configure-awstats/#comment-1187</guid>
		<description><![CDATA[I have AWStats 6.5, Active Perl 5.8.8  installed on XP and it works. I am trying to find out a tutorial on how to process several log files.

For example, I have:
ex0501.log
ex0502.log
ex0503.log
etc.

also have those same files compressed:
ex0501.log.gz
ex0502.log.gz
ex0503.log.gz

Perhaps it is just a syntax issue in my awstats.testsite.conf?
I tried various combinations for the &quot;LogFile&quot; value and the best I can do is process 1 month worth of statsictis.

I would like to point LogFile to a directory that contains my logs for entire year, in format described above, and have AWStats process all of those to get statistics fpr each month.

Please, point me in the right direction]]></description>
		<content:encoded><![CDATA[<p>I have AWStats 6.5, Active Perl 5.8.8  installed on XP and it works. I am trying to find out a tutorial on how to process several log files.</p>
<p>For example, I have:<br />
ex0501.log<br />
ex0502.log<br />
ex0503.log<br />
etc.</p>
<p>also have those same files compressed:<br />
ex0501.log.gz<br />
ex0502.log.gz<br />
ex0503.log.gz</p>
<p>Perhaps it is just a syntax issue in my awstats.testsite.conf?<br />
I tried various combinations for the &#8220;LogFile&#8221; value and the best I can do is process 1 month worth of statsictis.</p>
<p>I would like to point LogFile to a directory that contains my logs for entire year, in format described above, and have AWStats process all of those to get statistics fpr each month.</p>
<p>Please, point me in the right direction</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 249/251 objects using apc

Served from: www.g-loaded.eu @ 2013-05-24 16:52:07 -->