<?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: Webalizer - Apache web server log file analysis Tool</title>
	<atom:link href="http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lol</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-14011</link>
		<dc:creator>lol</dc:creator>
		<pubDate>Thu, 08 Oct 2009 19:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-14011</guid>
		<description>for multiple sites, set up a different config file and specify the hostname that you want displayed and the logs for each site, and then schedule a cron job to run with webalizer -c webalize-this-site.conf
You will also want to configure different output directories or subdirectories for each site so it doesn&#039;t overwrite things.</description>
		<content:encoded><![CDATA[<p>for multiple sites, set up a different config file and specify the hostname that you want displayed and the logs for each site, and then schedule a cron job to run with webalizer -c webalize-this-site.conf<br />
You will also want to configure different output directories or subdirectories for each site so it doesn&#8217;t overwrite things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Djoh</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-12397</link>
		<dc:creator>Djoh</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-12397</guid>
		<description>To enable the apache2 hostname resolution is necessary ?

OMFG, what about the website performances ??? This is really bad idea...</description>
		<content:encoded><![CDATA[<p>To enable the apache2 hostname resolution is necessary ?</p>
<p>OMFG, what about the website performances ??? This is really bad idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gauri</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-6510</link>
		<dc:creator>gauri</dc:creator>
		<pubDate>Wed, 11 Mar 2009 06:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-6510</guid>
		<description>whenever I run webalizer it shows:
Webalizer V2.01-10 (Linux 2.6.27-9-generic) locale: en_IN
Using logfile /var/log/apache2/access.log (clf)
Using default GeoIP database
Creating output in /var/www/webalizer
Hostname for reports is &#039;bios-4&#039;
Reading history file... webalizer.hist
Generating report for March 2009
Generating summary report
Saving history information...
670 records (660 ignored) in 1.00 seconds, 670/sec

But no new report is shown in the html pages..
why are the records getting ignored</description>
		<content:encoded><![CDATA[<p>whenever I run webalizer it shows:<br />
Webalizer V2.01-10 (Linux 2.6.27-9-generic) locale: en_IN<br />
Using logfile /var/log/apache2/access.log (clf)<br />
Using default GeoIP database<br />
Creating output in /var/www/webalizer<br />
Hostname for reports is &#8216;bios-4&#8242;<br />
Reading history file&#8230; webalizer.hist<br />
Generating report for March 2009<br />
Generating summary report<br />
Saving history information&#8230;<br />
670 records (660 ignored) in 1.00 seconds, 670/sec</p>
<p>But no new report is shown in the html pages..<br />
why are the records getting ignored</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-6042</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 17 Feb 2009 04:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-6042</guid>
		<description>Resolved.  
Just in case someone in the future will be in same scenario as mine and have same problem. Change the Logfile directory from:

Logfile access.log (as mentioned above)

to Logfile .../site1/log/access.log
 &amp; Logfile .../site2/log/access.log


I also edit the .../sites-available/site1  and .../sites-available/site2 config file 

on the line CustomLog, I point to the directory above. 

in my case: CustomLog .../site1/log/access.log
and 
CustomLog .../site2/log/access.log

restart everything and it works...  Thanks for the howto page.</description>
		<content:encoded><![CDATA[<p>Resolved.<br />
Just in case someone in the future will be in same scenario as mine and have same problem. Change the Logfile directory from:</p>
<p>Logfile access.log (as mentioned above)</p>
<p>to Logfile &#8230;/site1/log/access.log<br />
 &amp; Logfile &#8230;/site2/log/access.log</p>
<p>I also edit the &#8230;/sites-available/site1  and &#8230;/sites-available/site2 config file </p>
<p>on the line CustomLog, I point to the directory above. </p>
<p>in my case: CustomLog &#8230;/site1/log/access.log<br />
and<br />
CustomLog &#8230;/site2/log/access.log</p>
<p>restart everything and it works&#8230;  Thanks for the howto page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-6013</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 15 Feb 2009 22:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-6013</guid>
		<description>Hello Everyone,

I finally got a change to configure webalizer and Im running a little bit delema. Here is my scenario:
I&#039;m running 2 websites (virtual server) on my ubuntu 8.04 server. both sites are already up and running www.johnlauder.com &amp; www.statewideinvestors.com
My server hostname = server01.statewideinvestors.com

both sites have their own subdirectory .../site1/ &amp; .../site2/
I have copied webalizer.conf together with access.log to .../site1/webstats/ &amp; /site2/webstats/

I have also edited webalizer.conf on each site changing:
     - Logfile access.log
     - OutputDir .../site1/webstats (for 1st site webalizer.conf)      &amp; .../site2/webstats (for 2nd site webalizer.conf)
     - Incremental yes
     - HostName www.statewideinvestors.com (site1) &amp; www.johnlauder.com (site2)

my problem, when i check the sites:
    http://www.johnlauder.com/webstats ----&gt; it shows server01.statewideinvestors.com
    http://www.statewideinvestors.com/webstats ----&gt; it also shows server01.statewideinvestors.com

I want it to show the individual site statistics NOT the server01 stats.

What I understand is, the HostName defines the report if specified (which I did) and I dont know why it is not doing it. I have also run webalizer and webalizer -q (which I think same effect &lt;-- pls confirm it) on each site directory I have rebooted and restart server but no luck. 

The other thing i dont understand is, when I ran Webalizer, It shows &quot;Hostname for report is &#039;www.johnlauder.com&#039;&quot; and &quot;Hostname for report is &#039;www.statewideinvestors.com&#039;&quot; respectively

Anything I miss? pls help. and thank you in advance


John</description>
		<content:encoded><![CDATA[<p>Hello Everyone,</p>
<p>I finally got a change to configure webalizer and Im running a little bit delema. Here is my scenario:<br />
I&#8217;m running 2 websites (virtual server) on my ubuntu 8.04 server. both sites are already up and running <a href="http://www.johnlauder.com" rel="nofollow">http://www.johnlauder.com</a> &amp; <a href="http://www.statewideinvestors.com" rel="nofollow">http://www.statewideinvestors.com</a><br />
My server hostname = server01.statewideinvestors.com</p>
<p>both sites have their own subdirectory &#8230;/site1/ &amp; &#8230;/site2/<br />
I have copied webalizer.conf together with access.log to &#8230;/site1/webstats/ &amp; /site2/webstats/</p>
<p>I have also edited webalizer.conf on each site changing:<br />
     - Logfile access.log<br />
     - OutputDir &#8230;/site1/webstats (for 1st site webalizer.conf)      &amp; &#8230;/site2/webstats (for 2nd site webalizer.conf)<br />
     - Incremental yes<br />
     - HostName <a href="http://www.statewideinvestors.com" rel="nofollow">http://www.statewideinvestors.com</a> (site1) &amp; <a href="http://www.johnlauder.com" rel="nofollow">http://www.johnlauder.com</a> (site2)</p>
<p>my problem, when i check the sites:<br />
    <a href="http://www.johnlauder.com/webstats" rel="nofollow">http://www.johnlauder.com/webstats</a> ----&gt; it shows server01.statewideinvestors.com<br />
    <a href="http://www.statewideinvestors.com/webstats" rel="nofollow">http://www.statewideinvestors.com/webstats</a> ----&gt; it also shows server01.statewideinvestors.com</p>
<p>I want it to show the individual site statistics NOT the server01 stats.</p>
<p>What I understand is, the HostName defines the report if specified (which I did) and I dont know why it is not doing it. I have also run webalizer and webalizer -q (which I think same effect &lt;-- pls confirm it) on each site directory I have rebooted and restart server but no luck. </p>
<p>The other thing i dont understand is, when I ran Webalizer, It shows &#8220;Hostname for report is &#8216;www.johnlauder.com&#8217;&#8221; and &#8220;Hostname for report is &#8216;www.statewideinvestors.com&#8217;&#8221; respectively</p>
<p>Anything I miss? pls help. and thank you in advance</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3882</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 12 Nov 2008 13:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3882</guid>
		<description>i forgot to write: : set this
    LogFile /var/log/apache2/access.log</description>
		<content:encoded><![CDATA[<p>i forgot to write: : set this<br />
    LogFile /var/log/apache2/access.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3881</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3881</guid>
		<description>I was wrong, ignore the prev post.

the current log is not read when log is set to /var/log/apache2/access.log.1

 So I think webalizer needs to be run before logs are rotated. To do so logrotate in /etc/cron.daily nust be run after webalizer . otherwise access.log could get rotated before webalizer processes it.
 I think /etc/cron.daily scripts are in alphabetical order. so /etc/cron.daily/webalizer should be renamed to /etc/cron.daily/00webalizer ,  at least that is what I&#039;ll try.</description>
		<content:encoded><![CDATA[<p>I was wrong, ignore the prev post.</p>
<p>the current log is not read when log is set to /var/log/apache2/access.log.1</p>
<p> So I think webalizer needs to be run before logs are rotated. To do so logrotate in /etc/cron.daily nust be run after webalizer . otherwise access.log could get rotated before webalizer processes it.<br />
 I think /etc/cron.daily scripts are in alphabetical order. so /etc/cron.daily/webalizer should be renamed to /etc/cron.daily/00webalizer ,  at least that is what I&#8217;ll try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3880</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3880</guid>
		<description>Hello
 thanks for this page.

 I did some tests and at least  with Debian Etch  and webalizer Version: 2.01.10-32 , the daily cron script check the current log when LogFile  is set to /var/log/apache2/access.log.1

 so this part could be changed above:

 vi /etc/webalizer/webalizer.conf

##   the cron script seems to check current log file always.
# this WILL get current and 1-st rotated log:
LogFile /var/log/apache2/access.log.1</description>
		<content:encoded><![CDATA[<p>Hello<br />
 thanks for this page.</p>
<p> I did some tests and at least  with Debian Etch  and webalizer Version: 2.01.10-32 , the daily cron script check the current log when LogFile  is set to /var/log/apache2/access.log.1</p>
<p> so this part could be changed above:</p>
<p> vi /etc/webalizer/webalizer.conf</p>
<p>##   the cron script seems to check current log file always.<br />
# this WILL get current and 1-st rotated log:<br />
LogFile /var/log/apache2/access.log.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lee.j</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3879</link>
		<dc:creator>lee.j</dc:creator>
		<pubDate>Mon, 27 Oct 2008 07:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3879</guid>
		<description>Poor choice of Web stat applications. Webalizer is no longer in development and hasn’t been since 2002. AWstats would have been a more logical choice for this tutorial.


i have to disagree there, i have found it very powerful and returning exactly what i want.
as for awstats i found it over complex for a log display system.</description>
		<content:encoded><![CDATA[<p>Poor choice of Web stat applications. Webalizer is no longer in development and hasn’t been since 2002. AWstats would have been a more logical choice for this tutorial.</p>
<p>i have to disagree there, i have found it very powerful and returning exactly what i want.<br />
as for awstats i found it over complex for a log display system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ienabellamy</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3878</link>
		<dc:creator>ienabellamy</dc:creator>
		<pubDate>Sun, 26 Oct 2008 10:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3878</guid>
		<description>i resolved: first i&#039;ve say to virtual host to save the error log and the access log in dir of virtual host...and not on: /var/log/apache2/......

second: the second error: no valid records found, it&#039;s because webalizer cannot create stats for an access.log WITHOUT ANY CONNECTION.

so, connect to your virtual host from a proxy, and after re-do sudo webalizer -q :-)</description>
		<content:encoded><![CDATA[<p>i resolved: first i&#8217;ve say to virtual host to save the error log and the access log in dir of virtual host&#8230;and not on: /var/log/apache2/&#8230;&#8230;</p>
<p>second: the second error: no valid records found, it&#8217;s because webalizer cannot create stats for an access.log WITHOUT ANY CONNECTION.</p>
<p>so, connect to your virtual host from a proxy, and after re-do sudo webalizer -q <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ienabellamy</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3877</link>
		<dc:creator>ienabellamy</dc:creator>
		<pubDate>Sat, 25 Oct 2008 21:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3877</guid>
		<description>Hello ! i followed all the tutorial, but when i do &quot;webalizer -q&quot; (with sudo) in the &quot;logs&quot; directory, i taken this error:
Error: Can&#039;t open log file access.log

So, i had create a &quot;touch access.log&quot;, but the situations is this: &quot;No valid records found!&quot;

any helps ? thx</description>
		<content:encoded><![CDATA[<p>Hello ! i followed all the tutorial, but when i do &#8220;webalizer -q&#8221; (with sudo) in the &#8220;logs&#8221; directory, i taken this error:<br />
Error: Can&#8217;t open log file access.log</p>
<p>So, i had create a &#8220;touch access.log&#8221;, but the situations is this: &#8220;No valid records found!&#8221;</p>
<p>any helps ? thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3876</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 29 Aug 2008 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3876</guid>
		<description>Webalizer was just updated in mid July 2008, the Ubuntu package will probably not be getting this update for a while.  Any chance you woould be willing to tackle attempting to upgrade to the new tool?  According to the readme, installing the new version is as easy as copying over the old release. That would be an interesting how to.  ;)</description>
		<content:encoded><![CDATA[<p>Webalizer was just updated in mid July 2008, the Ubuntu package will probably not be getting this update for a while.  Any chance you woould be willing to tackle attempting to upgrade to the new tool?  According to the readme, installing the new version is as easy as copying over the old release. That would be an interesting how to.  <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Garcia</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3875</link>
		<dc:creator>Jose Garcia</dc:creator>
		<pubDate>Tue, 08 Jul 2008 15:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3875</guid>
		<description>Lee is mistaken, and even it he were not, a good tool is valuable regardless of it&#039;s development status.</description>
		<content:encoded><![CDATA[<p>Lee is mistaken, and even it he were not, a good tool is valuable regardless of it&#8217;s development status.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Dickey</title>
		<link>http://www.ubuntugeek.com/webalizer-apache-web-server-log-file-analysis-tool.html/comment-page-1#comment-3874</link>
		<dc:creator>Lee Dickey</dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=402#comment-3874</guid>
		<description>Poor choice of Web stat applications.  Webalizer is no longer in development and hasn&#039;t been since 2002.  AWstats would have been a more logical choice for this tutorial.</description>
		<content:encoded><![CDATA[<p>Poor choice of Web stat applications.  Webalizer is no longer in development and hasn&#8217;t been since 2002.  AWstats would have been a more logical choice for this tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

