Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

webalizer · Support newsgroup for webalizer

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1334
  • Category: Software
  • Founded: Jul 26, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1743 - 1772 of 3841   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1743 From: "jayncathlaptop" <jayncathlaptop@...>
Date: Sun Dec 1, 2002 10:22 pm
Subject: Analyse by Hostnames
jayncathlaptop
Send Email Send Email
 
We use webalizer to track internet usage at our company on a UNIX
box. Each person's IP address (which is fixed) appears in the
hostname column of the monthly webalizer reports.

Is it possible for webalizer to create hostname reports? These would
be similar to the monthly reports except that it would only show
usage for a particular hostname (in the month). Ideally these
hostname reports would be linked to the hostname in the monthly
reports.

#1744 From: "Dave Pusey" <davejpusey@...>
Date: Mon Dec 2, 2002 9:46 am
Subject: Overall stats from multiple log files (in Windows!)
davejpusey
Send Email Send Email
 
I am running a Windows 2000 Server (yes, i know i should be running
unix), apatch 1.3.26, and webalizer. I have about 6 domains hosted on
my server each with individual log files thats are rotated monthly.

does anyone know how to get webalizer to analayze all of these 6 logs
to get overall stats for the whole server?

i used to use "Analog" and could do this by putting multiple LOGFILE
commands in the config file. i tried this in webalizer but it only
uses the file from the last LOGFILE command.

***** PLEASE BEAR IN MIND THAT I AM RUNNING WINDOWS!! *****
I am not a good perl programmer at present, but if you give an
outline of what the program does, i could convert it to vb6!

#1745 From: webalizer@yahoogroups.com
Date: Mon Dec 2, 2002 9:49 am
Subject: New poll for webalizer
webalizer@yahoogroups.com
Send Email Send Email
 
Enter your vote today!  A new poll has been created for the
webalizer group:

Which is best?

   o Windows 2000 Server
   o Linux (RedHat)
   o Linux (Mandrake)
   o Other


To vote, please visit the following web page:

http://groups.yahoo.com/group/webalizer/surveys?id=1009337

Note: Please do not reply to this message. Poll votes are
not collected via email. To vote, you must go to the Yahoo! Groups
web site listed above.

Thanks!

#1746 From: "Husband, John (Infolink)" <jhusband@...>
Date: Mon Dec 2, 2002 12:44 pm
Subject: RE: Overall stats from multiple log files (in Windows!)
jhusband1
Send Email Send Email
 
With VB6 you should be able to copy and merge your six logs into one.
Then run Webalizer on the resulting merged log.  Just an idea.

Gluck,

-John

-----Original Message-----
From: Dave Pusey [mailto:davejpusey@...]
Sent: Monday, December 02, 2002 4:47 AM
To: webalizer@yahoogroups.com
Subject: [webalizer] Overall stats from multiple log files (in Windows!)

I am running a Windows 2000 Server (yes, i know i should be running
unix), apatch 1.3.26, and webalizer. I have about 6 domains hosted on
my server each with individual log files thats are rotated monthly.

does anyone know how to get webalizer to analayze all of these 6 logs
to get overall stats for the whole server?

i used to use "Analog" and could do this by putting multiple LOGFILE
commands in the config file. i tried this in webalizer but it only
uses the file from the last LOGFILE command.

***** PLEASE BEAR IN MIND THAT I AM RUNNING WINDOWS!! *****
I am not a good perl programmer at present, but if you give an
outline of what the program does, i could convert it to vb6!




To unsubscribe from this group, send an email to:
webalizer-unsubscribe@egroups.com
Webalizer homepage: http://www.webalizer.org
Webalizer for NT: http://www.medasys-lille.com/webalizer/




Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/

#1747 From: "Tristan Goode" <tgoode@...>
Date: Tue Dec 3, 2002 9:19 am
Subject: ftp usage by username
tgoode@...
Send Email Send Email
 
Hi  there webalizer folks.....

I am wanting to use webalizer to measure ftp usage by bytes
downloaded from my server, and am wondering if you can help me get my
settings right in order to do this. I want to have a summary by user so that
I can successfully bill them for usage, and have seen webalizer places with
this.... http://www.zebroc.de/webalizer-ftp/usage_200204.html#TOPUSERS

I am logging  "date", "time", "c-ip","cs-username", "cs-uri-stem",
"sc-status","sc-bytes" and using the win32 port from
http://www.medasys-lille.com/webalizer/

My conf file contains this...

FolderLog d:\logs\msftpsvc1\
OutputDir d:\webalizer\ftp
DNSCache dns_cache.db
LogType  iis
HostName ftp.antithesys.com

and the command i run is
webalizer -c d:\webalizer\ftp.conf

Can someone help me please.

Thanks
Tristan

#1748 From: "Dave Pusey" <davejpusey@...>
Date: Tue Dec 3, 2002 6:31 pm
Subject: Re: Overall stats from multiple log files (in Windows!)
davejpusey
Send Email Send Email
 
Ok, I can do the merging ok in visual basic 6, but how can i do the
sorting? i can't seem to get it working!


--- In webalizer@y..., "Husband, John (Infolink)" <jhusband@i...>
wrote:
> With VB6 you should be able to copy and merge your six logs into
one.
> Then run Webalizer on the resulting merged log.  Just an idea.
>
> Gluck,
>
> -John
>
> -----Original Message-----
> From: Dave Pusey [mailto:davejpusey@y...]
> Sent: Monday, December 02, 2002 4:47 AM
> To: webalizer@y...
> Subject: [webalizer] Overall stats from multiple log files (in
Windows!)
>
> I am running a Windows 2000 Server (yes, i know i should be
running
> unix), apatch 1.3.26, and webalizer. I have about 6 domains hosted
on
> my server each with individual log files thats are rotated monthly.
>
> does anyone know how to get webalizer to analayze all of these 6
logs
> to get overall stats for the whole server?
>
> i used to use "Analog" and could do this by putting multiple
LOGFILE
> commands in the config file. i tried this in webalizer but it only
> uses the file from the last LOGFILE command.
>
> ***** PLEASE BEAR IN MIND THAT I AM RUNNING WINDOWS!! *****
> I am not a good perl programmer at present, but if you give an
> outline of what the program does, i could convert it to vb6!
>
>
>
>
> To unsubscribe from this group, send an email to:
> webalizer-unsubscribe@e...
> Webalizer homepage: http://www.webalizer.org
> Webalizer for NT: http://www.medasys-lille.com/webalizer/
>
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/

#1749 From: "master" <master@...>
Date: Tue Dec 3, 2002 2:24 am
Subject: (No subject)
gcarlo74it
Send Email Send Email
 
#1750 From: "jeepdriver" <jeepdriver@...>
Date: Wed Dec 4, 2002 4:46 pm
Subject: Good Script for unresolved rotating logs?
jeepdriver
Send Email Send Email
 
Does anyone have a descent script to handle unresolved logs rotated by
Apache's rotatelog?

Because apache may need restarting (off the weekly rotation schedule)
I'm currently doing something like -

# grab all files generated in the past week, but no the active file.
for log in `find <logdir> -mtime +1 -mtime -8 -name access_log.*`
do
   logresolve < $log | webalizer -c somesite.conf
done

My problem is that this seems to hang.  My files are large enough
(weekly) that it takes about 2 hours to resolve them.  Could this
cause webalizer to hang up while waiting for a log entry?

#1751 From: "Waitman C. Gobble, II" <waitman@...>
Date: Wed Dec 4, 2002 6:48 pm
Subject: Re: Good Script for unresolved rotating logs?
rooey2002
Send Email Send Email
 
On Wed, 2002-12-04 at 08:46, jeepdriver wrote:
> Does anyone have a descent script to handle unresolved logs rotated by
> Apache's rotatelog?
>


I usually do this:

Create a logrotate configuration script, and save it as something like
/www/web/_logrotate/site.conf...


"/var/logs/www/site-access_log" /var/logs/www/site-error_log {daily
olddir /var/logs/archive
rotate 30
compress
sharedscripts
postrotate
/usr/bin/killall -HUP httpd
endscript
}



Next I create a shell script that is run from cron, that resolves the
logs, rotates them and runs webalzer:


usr/local/httpd/bin/logresolve -s /var/logs/apache/httpd-resolver-stats
< /var/logs/www/site-access_log >
/var/logs/www/resolved/site-access_log
/usr/sbin/logrotate -f /www/web/_logrotate/site.conf
/usr/local/bin/webalizer -c /www/web/_webalizer/site.conf



I do this with a couple hundred sites on different servers, many sites
have massive log files. It seems to run without trouble.

Also, you probably want to do it on a _daily_ ( _nightly_ ?) basis, not
weekly.

Best,

--
Waitman Gobble         EMK Design     Buena Park, California
http://emkdesign.com   +1.7145222528   waitman@...
Public Key                          http://pgp.emkdesign.com
Find an example                    http://freakinexample.com

#1752 From: "Dave Pusey" <davejpusey@...>
Date: Wed Dec 4, 2002 8:16 pm
Subject: Re: Overall stats from multiple log files (in Windows!)
davejpusey
Send Email Send Email
 
Also, i've just found a java application at this URL.....

http://ostermiller.org/webalizer/

Does anyway reckon that this is the perfect solution to my problem?











--- In webalizer@y..., "Dave Pusey" <davejpusey@y...> wrote:
> Ok, I can do the merging ok in visual basic 6, but how can i do
the
> sorting? i can't seem to get it working!
>
>
> --- In webalizer@y..., "Husband, John (Infolink)" <jhusband@i...>
> wrote:
> > With VB6 you should be able to copy and merge your six logs into
> one.
> > Then run Webalizer on the resulting merged log.  Just an idea.
> >
> > Gluck,
> >
> > -John
> >
> > -----Original Message-----
> > From: Dave Pusey [mailto:davejpusey@y...]
> > Sent: Monday, December 02, 2002 4:47 AM
> > To: webalizer@y...
> > Subject: [webalizer] Overall stats from multiple log files (in
> Windows!)
> >
> > I am running a Windows 2000 Server (yes, i know i should be
> running
> > unix), apatch 1.3.26, and webalizer. I have about 6 domains
hosted
> on
> > my server each with individual log files thats are rotated
monthly.
> >
> > does anyone know how to get webalizer to analayze all of these 6
> logs
> > to get overall stats for the whole server?
> >
> > i used to use "Analog" and could do this by putting multiple
> LOGFILE
> > commands in the config file. i tried this in webalizer but it
only
> > uses the file from the last LOGFILE command.
> >
> > ***** PLEASE BEAR IN MIND THAT I AM RUNNING WINDOWS!! *****
> > I am not a good perl programmer at present, but if you give an
> > outline of what the program does, i could convert it to vb6!
> >
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > webalizer-unsubscribe@e...
> > Webalizer homepage: http://www.webalizer.org
> > Webalizer for NT: http://www.medasys-lille.com/webalizer/
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/

#1753 From: "jeepdriver" <jeepdriver@...>
Date: Wed Dec 4, 2002 9:27 pm
Subject: Re: Good Script for unresolved rotating logs?
jeepdriver
Send Email Send Email
 
I agree that's a good idea, except that I'm not in control of the
webserver I'm generating stats for.  Logs are rsync'd to my system.
The guy that runs the webserver pipes the log entries to Apache's
rotatelog program, so I'm kinda stuck with that.  I've tweaked my
script to use an intermediate file for the resolved log, and webalizer
seems to like that better than a |'d file.

Thanks.

--- In webalizer@y..., "Waitman C. Gobble, II" <waitman@e...> wrote:
> On Wed, 2002-12-04 at 08:46, jeepdriver wrote:
> > Does anyone have a descent script to handle unresolved logs rotated by
> > Apache's rotatelog?
> >
>
>
> I usually do this:
>
> Create a logrotate configuration script, and save it as something like
> /www/web/_logrotate/site.conf...
>
>
> "/var/logs/www/site-access_log" /var/logs/www/site-error_log {daily
> olddir /var/logs/archive
> rotate 30
> compress
> sharedscripts
> postrotate
> /usr/bin/killall -HUP httpd
> endscript
> }
>
>
>
> Next I create a shell script that is run from cron, that resolves the
> logs, rotates them and runs webalzer:
>
>
> usr/local/httpd/bin/logresolve -s /var/logs/apache/httpd-resolver-stats
> < /var/logs/www/site-access_log >
> /var/logs/www/resolved/site-access_log
> /usr/sbin/logrotate -f /www/web/_logrotate/site.conf
> /usr/local/bin/webalizer -c /www/web/_webalizer/site.conf
>
>
>
> I do this with a couple hundred sites on different servers, many sites
> have massive log files. It seems to run without trouble.
>
> Also, you probably want to do it on a _daily_ ( _nightly_ ?) basis, not
> weekly.
>
> Best,
>
> --
> Waitman Gobble         EMK Design     Buena Park, California
> http://emkdesign.com   +1.7145222528   waitman@e...
> Public Key                          http://pgp.emkdesign.com
> Find an example                    http://freakinexample.com

#1754 From: "jeepdriver" <jeepdriver@...>
Date: Wed Dec 4, 2002 9:36 pm
Subject: How to fix a bad stats using incremental processing...
jeepdriver
Send Email Send Email
 
Quick explanation of the issue...

During November the web server admin for one of the boxes I do stats
for changed his server config to not do dns resolution (failing to
notify me), after having given me resolved logs since the beginning of
time.

I generate his stats output using incremental processing, and now find
myself needing to rerun stats for November.  Is there a way I can
"hack" November's records out of the history and incremental file?

I have guessed the structure of the history file, however modifying it
alone and rerunning webalizer does not produce good results.

Can I fix the booboo?

Thanks.

#1755 From: "jeepdriver" <jeepdriver@...>
Date: Wed Dec 4, 2002 9:45 pm
Subject: Re: How to fix a bad stats using incremental processing...
jeepdriver
Send Email Send Email
 
Perhaps I can answer my own question, after using better search
criteria...

Since I have not processed any December data yet, I can probably just
delete the November line from the <site>.history files and run
webalizer for November again right?

I was reading someone's post on incremental files resetting each
month, which I guess I can take advantage of because I haven't created
a new file for December as yet.


--- In webalizer@y..., "jeepdriver" <jeepdriver@y...> wrote:
> Quick explanation of the issue...
>
> During November the web server admin for one of the boxes I do stats
> for changed his server config to not do dns resolution (failing to
> notify me), after having given me resolved logs since the beginning of
> time.
>
> I generate his stats output using incremental processing, and now find
> myself needing to rerun stats for November.  Is there a way I can
> "hack" November's records out of the history and incremental file?
>
> I have guessed the structure of the history file, however modifying it
> alone and rerunning webalizer does not produce good results.
>
> Can I fix the booboo?
>
> Thanks.

#1756 From: "jeepdriver" <jeepdriver@...>
Date: Wed Dec 4, 2002 9:49 pm
Subject: Options Priority...
jeepdriver
Send Email Send Email
 
When running webalizer shouldn't command line options take precedence
over config file options?  (I'm not seeing this happen)

I'm trying to rebuild a bad month of stats and I wanted to use the
config file for the site with one exception...overriding the output
directory.  This doesn't seem to be the way it wants to work though.  :(

Any ideas?...does the order of the command line args matter?

#1757 From: "Waitman C. Gobble, II" <waitman@...>
Date: Thu Dec 5, 2002 2:47 am
Subject: Re: Re: Overall stats from multiple log files (in Windows!)
rooey2002
Send Email Send Email
 
On Wed, 2002-12-04 at 12:16, Dave Pusey wrote:
> Also, i've just found a java application at this URL.....
>
> http://ostermiller.org/webalizer/
>
> Does anyway reckon that this is the perfect solution to my problem?


Hey Dave,

My wife says we should start a business together or something.

Take care,


--
Waitman Gobble         EMK Design     Buena Park, California
http://emkdesign.com   +1.7145222528   waitman@...
Public Key                          http://pgp.emkdesign.com
Find an example                    http://freakinexample.com

#1758 From: "Dave Pusey" <davejpusey@...>
Date: Thu Dec 5, 2002 4:28 pm
Subject: Re: Overall stats from multiple log files (in Windows!)
davejpusey
Send Email Send Email
 
what the hell?







--- In webalizer@y..., "Waitman C. Gobble, II" <waitman@e...> wrote:
>
> On Wed, 2002-12-04 at 12:16, Dave Pusey wrote:
> > Also, i've just found a java application at this URL.....
> >
> > http://ostermiller.org/webalizer/
> >
> > Does anyway reckon that this is the perfect solution to my
problem?
>
>
> Hey Dave,
>
> My wife says we should start a business together or something.
>
> Take care,
>
>
> --
> Waitman Gobble         EMK Design     Buena Park, California
> http://emkdesign.com   +1.7145222528   waitman@e...
> Public Key                          http://pgp.emkdesign.com
> Find an example                    http://freakinexample.com

#1759 From: "thirugnanamgowtham <gowthamkannan@...>" <gowthamkannan@...>
Date: Sat Dec 7, 2002 10:29 am
Subject: is it possible?
thirugnanamg...
Send Email Send Email
 
i have recently configured a squid proxy in my company.
i want to generate reports from the accesslog of squid
using webalizer.do i need a webserver to do this.

thank you.

#1760 From: "Dave Pusey <davejpusey@...>" <davejpusey@...>
Date: Sun Dec 8, 2002 12:27 pm
Subject: Re: is it possible?
davejpusey
Send Email Send Email
 
yes it is! simply use webalizer as per normal, but just set
the "LogType" directive to "squid" instead of "combined"!!

I hope this helps, good luck, Dave!


--- In webalizer@yahoogroups.com, "thirugnanamgowtham
<gowthamkannan@i...>" <gowthamkannan@i...> wrote:
> i have recently configured a squid proxy in my company.
> i want to generate reports from the accesslog of squid
> using webalizer.do i need a webserver to do this.
>
> thank you.

#1761 From: Tom McMillen <tgmcmillen@...>
Date: Wed Dec 11, 2002 12:14 pm
Subject: Report on OS stats...
tgmcmillen
Send Email Send Email
 
Is there any way to get a break down of the browser
types AND Operating systems using webalizer, other
than having no user agent mangling....

ideally a breakdown so that a report can be generated
something like this:

Windows    76%
    IE6     80%
    IE5.5   15%
    Netscape 7 5%

Mac        22%
    IE5.5    60%
    Netscape 7 33%
    OmniWeb  4%

Other      2%


Thanks

TM

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

#1762 From: Tunahan UNAL <tunahanunal@...>
Date: Thu Dec 12, 2002 1:40 pm
Subject: Re: Report on OS stats...
tunahanunal
Send Email Send Email
 
im trying to group user agent with GroupAgent but i could not be able to
success..:(
...
GroupAgent     Opera/3        Opera 3.x
GroupAgent     +MSIE+6*       Microsoft Internet Explorer 6.x
GroupAgent     +MSIE+5*       Microsoft Internet Explorer 5.x
..

it doesnot work for me.

im using IISLog format.

tunahan


12/11/2002 14:14:21, Tom McMillen <tgmcmillen@...> wrote:

>
>
>  To:     webalizer@yahoogroups.com
>
>  From:   Tom McMillen <tgmcmillen@...>
>  Date:   Wed, 11 Dec 2002 12:14:21 +0000 (GMT)
>  Subject:[webalizer] Report on OS stats...
>
>
>
>  Is there any way to get a break down of the browser
>  types AND Operating systems using webalizer, other
>  than having no user agent mangling....
>
>  ideally a breakdown so that a report can be generated
>  something like this:
>
>  Windows    76%
>     IE6     80%
>     IE5.5   15%
>     Netscape 7 5%
>
>  Mac        22%
>     IE5.5    60%
>     Netscape 7 33%
>     OmniWeb  4%
>
>  Other      2%
>
>
>  Thanks
>
>  TM
>
>  __________________________________________________
>  Do You Yahoo!?
>  Everything you'll ever need on one web page
>  from News and Sport to Email and Music Charts
>  http://uk.my.yahoo.com
>
>  To unsubscribe from this group, send an email to:
>  webalizer-unsubscribe@egroups.com
>  Webalizer homepage: http://www.webalizer.org
>  Webalizer for NT: http://www.medasys-lille.com/webalizer/
>
>
>
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

#1763 From: nicke <nicke@...>
Date: Thu Dec 12, 2002 9:27 pm
Subject: Need to reconstruct webalizer.hist file
nerickson485
Send Email Send Email
 
I need to reconstruct my webalizer.hist file.  Need help with contents of
the information in the file...  I can't figure out fields 7&8.

month, year, total_hits, total_files, total_unique_sites, total_Kb, ?, ?,
total_pages, total_visits

Thanks

#1764 From: "Marcus Cent" <marcus.cent@...>
Date: Thu Dec 12, 2002 9:41 pm
Subject: FW: Digest Number 487
MarcusCent
Send Email Send Email
 
Can anyone assist with a problem that seems to have occurred with
Webalizer recently. Although I used to log in with the admin username
and password this no longer works. The password has not been changes but
Webalizer won't accept it anymore so I can't view any stats reports. I
used Telnet to check that the password hadn't been changed somehow but
this works fine. Is there any way to get round Webalizre security or to
reset it?

Many thanks


Marcus Cent
Tourism Exchange – Digital Strategy and Solutions for the Tourism
Industry marcus.cent@... T. 0141-586-0138

Visit us at http://www.tourismexchange.net and
http://www.simplyreserve.co.uk - The Online Booking Manager for the
tourism industry



------------------------------

CONFIDENTIAL:
This e-mail, its content and any files transmitted with it are intended
only for the person it is addressed to - any other access is
unauthorised and you must not copy or use the content.  If you have
received this in error, please destroy it and contact the sender by
e-mail return.



DISCLAIMER:
Whilst we take reasonable precautions to minimise risk, you must carry
out your own virus checks before opening attachments or reading e-mails
and we do not accept liability for any damage or loss in this respect.
This e-mail and its attachments may be subject to copyright protection
and you should not retransmit or reproduce these without the consent of
the author. Non-business related content is not authorised by us and we
shall not be liable for it.



-----Original Message-----
From: webalizer@yahoogroups.com [mailto:webalizer@yahoogroups.com]
Sent: 12 December 2002 16:47
To: webalizer@yahoogroups.com
Subject: [webalizer] Digest Number 487



To unsubscribe from this group, send an email to:
webalizer-unsubscribe@egroups.com Webalizer homepage:
http://www.webalizer.org Webalizer for NT:
http://www.medasys-lille.com/webalizer/



------------------------------------------------------------------------

There are 2 messages in this issue.

Topics in this digest:

       1. Report on OS stats...
            From: Tom McMillen <tgmcmillen@...>
       2. Re: Report on OS stats...
            From: Tunahan UNAL <tunahanunal@...>


________________________________________________________________________
________________________________________________________________________

Message: 1
    Date: Wed, 11 Dec 2002 12:14:21 +0000 (GMT)
    From: Tom McMillen <tgmcmillen@...>
Subject: Report on OS stats...

Is there any way to get a break down of the browser
types AND Operating systems using webalizer, other
than having no user agent mangling....

ideally a breakdown so that a report can be generated
something like this:

Windows    76%
    IE6     80%
    IE5.5   15%
    Netscape 7 5%

Mac        22%
    IE5.5    60%
    Netscape 7 33%
    OmniWeb  4%

Other      2%


Thanks

TM

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts http://uk.my.yahoo.com


________________________________________________________________________
________________________________________________________________________

Message: 2
    Date: Thu, 12 Dec 2002 15:40:08 +0200
    From: Tunahan UNAL <tunahanunal@...>
Subject: Re: Report on OS stats...

im trying to group user agent with GroupAgent but i could not be able to
success..:( ...
GroupAgent     Opera/3        Opera 3.x
GroupAgent     +MSIE+6*       Microsoft Internet Explorer 6.x
GroupAgent     +MSIE+5*       Microsoft Internet Explorer 5.x
..

it doesnot work for me.

im using IISLog format.

tunahan


12/11/2002 14:14:21, Tom McMillen <tgmcmillen@...> wrote:

>
>
>  To:     webalizer@yahoogroups.com
>
>  From:   Tom McMillen <tgmcmillen@...>
>  Date:   Wed, 11 Dec 2002 12:14:21 +0000 (GMT)
>  Subject:[webalizer] Report on OS stats...
>
>
>
>  Is there any way to get a break down of the browser
>  types AND Operating systems using webalizer, other
>  than having no user agent mangling....
>
>  ideally a breakdown so that a report can be generated  something like

> this:
>
>  Windows    76%
>     IE6     80%
>     IE5.5   15%
>     Netscape 7 5%
>
>  Mac        22%
>     IE5.5    60%
>     Netscape 7 33%
>     OmniWeb  4%
>
>  Other      2%
>
>
>  Thanks
>
>  TM
>
>  __________________________________________________
>  Do You Yahoo!?
>  Everything you'll ever need on one web page
>  from News and Sport to Email and Music Charts  http://uk.my.yahoo.com
>
>  To unsubscribe from this group, send an email to:
> webalizer-unsubscribe@egroups.com  Webalizer homepage:
> http://www.webalizer.org  Webalizer for NT:
> http://www.medasys-lille.com/webalizer/
>
>
>
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






________________________________________________________________________
________________________________________________________________________



Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.391 / Virus Database: 222 - Release Date: 19/09/2002


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.391 / Virus Database: 222 - Release Date: 19/09/2002



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.391 / Virus Database: 222 - Release Date: 19/09/2002


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.391 / Virus Database: 222 - Release Date: 19/09/2002

#1765 From: Kees de Keizer <kees.de.keizer@...>
Date: Fri Dec 13, 2002 9:13 am
Subject: Digest Number 487
kees.de.keizer@...
Send Email Send Email
 
Kees de Keizer wrote on 13-12-2002:

Marcus Cent wrote on 12-12-2002:

> Can anyone assist with a problem that seems to have occurred with
> Webalizer recently. Although I used to log in with the admin username
> and password this no longer works. The password has not been changes but
> Webalizer won't accept it anymore so I can't view any stats reports. I
> used Telnet to check that the password hadn't been changed somehow but
> this works fine. Is there any way to get round Webalizre security or to
> reset it?

This has nothing to do with webalizer, but is managed in the
software for your webserver. Contact the server administrator
for more information about this.
--
Kees de Keizer            NT Administrator  T: +31-10-2448344
Wirehub! part of easynet  PGP:  0x24E3770B  F: +31-10-2448356
I know a girl, a girl with so much luck [Chicago]

#1766 From: "Stanley Stramel" <stramels@...>
Date: Fri Dec 13, 2002 2:27 pm
Subject: Log data being lost
stanstramel
Send Email Send Email
 
We are new to WEBALIZER and have version 2.01-10 and have just installed it on our servers.  We cannot seem to get the referer, search engine and querystring areas in the reports to display.
 
Our log files on our W2K Servers running IIS 5 are in the W3C format.  We are converting the W3C format to the NCSA format using CONVLOG so that WEBALIZER can execute against it.  However, the file created by the CONVLOG process seems to truncate some of the data (the referer, search engine and querystring).  The HTML created by WEBALIZER has all the other information but the referer, search engine and querystring.  If you view the W3C log files, they do contain this information.  We have checked the Microsoft site for CONVLOG problems such as this but found none.
 
I have attached one of our original log files (ex020930.log) and the converted log file (ex020930.log.ncsa) that we run WEBALIZER against.  Also, attached is a copy of one of our .conf files and the Syncronize.bat file that executes the process.
 
Before we execute WEBALIZER, we process the log file with CONVLOG using the following command:
convlog -ie %logdir%\%convert% -o %logdir%
 
where %logdir% is the directory and %convert% is the log file (ex020930.log)
 
The questions I have are:
  • Does WEBALIZER require the NCSA format for it to work or can it run against the W3C format?
  • Has anyone run into this type of issue? 
  • Do you know of a way to correct this truncation? 
  • Is there another way that would solve our problem?
I want to thank you, in advance, for any assistance you may have to offer!

Stan
Isn't a great life worth remembering?
www.TimeHonoredTributes.com


#1767 From: "Waitman C. Gobble, II" <waitman@...>
Date: Fri Dec 13, 2002 2:49 pm
Subject: Re: Log data being lost
rooey2002
Send Email Send Email
 
On Fri, 2002-12-13 at 06:27, Stanley Stramel wrote:
> We are new to WEBALIZER and have version 2.01-10 and have just
> installed it on our servers.  We cannot seem to get the referer,
> search engine and querystring areas in the reports to display.
>
> Our log files on our W2K Servers running IIS 5 are in the W3C
> format.  We are converting the W3C format to the NCSA format using
> CONVLOG so that WEBALIZER can execute against it.  However, the file
> created by the CONVLOG process seems to truncate some of the data (the
> referer, search engine and querystring).  The HTML created by
> WEBALIZER has all the other information but the referer, search engine
> and querystring.  If you view the W3C log files, they do contain this
> information.  We have checked the Microsoft site for CONVLOG problems
> such as this but found none.

Hello

you don't need to use CONVLOG with modern versions of webalizer for NT,
it will read the W3C format.

I do however recall that CONVLOG drops that information you are looking
for.

on my w2k/iis5 server i simply do

d:\logs\webalizer.exe -c d:\logs\W3SVC1.conf

the logs are stored in W3C, with the necessaries turned on in "extended
properties". I don't need to convert to NCSA.

If there is some reason you want to convert to ncsa from w3c, don't use
CONVLOG. There are some other utilities around, probably on the
webalizer nt site ???.

I know I wrote one back in the old days when webalizer/nt wouldn't deal
with the W3C files, you can find it at http://wcg2.com

Take care,

--
Waitman Gobble         EMK Design     Buena Park, California
http://emkdesign.com   +1.7145222528   waitman@...
Public Key                          http://pgp.emkdesign.com
Find an example                    http://freakinexample.com

#1768 From: "Stanley Stramel" <stramels@...>
Date: Fri Dec 13, 2002 2:59 pm
Subject: RE: Log data being lost
stanstramel
Send Email Send Email
 
This is good news!  We really don't want to convert the log files if
possible.  We just did it because the instructions that came with
WEBALIZER v2.01-10 said to.  I will look for a newer version of
WEBALIZER.
Thanks
Stan

-----Original Message-----
From: Waitman C. Gobble, II [mailto:waitman@...]
Sent: Friday, December 13, 2002 8:49 AM
To: webalizer@yahoogroups.com
Subject: Re: [webalizer] Log data being lost


On Fri, 2002-12-13 at 06:27, Stanley Stramel wrote:
> We are new to WEBALIZER and have version 2.01-10 and have just
> installed it on our servers.  We cannot seem to get the referer,
> search engine and querystring areas in the reports to display.
>
> Our log files on our W2K Servers running IIS 5 are in the W3C
> format.  We are converting the W3C format to the NCSA format using
> CONVLOG so that WEBALIZER can execute against it.  However, the file
> created by the CONVLOG process seems to truncate some of the data (the
> referer, search engine and querystring).  The HTML created by
> WEBALIZER has all the other information but the referer, search engine
> and querystring.  If you view the W3C log files, they do contain this
> information.  We have checked the Microsoft site for CONVLOG problems
> such as this but found none.

Hello

you don't need to use CONVLOG with modern versions of webalizer for NT,
it will read the W3C format.

I do however recall that CONVLOG drops that information you are looking
for.

on my w2k/iis5 server i simply do

d:\logs\webalizer.exe -c d:\logs\W3SVC1.conf

the logs are stored in W3C, with the necessaries turned on in "extended
properties". I don't need to convert to NCSA.

If there is some reason you want to convert to ncsa from w3c, don't use
CONVLOG. There are some other utilities around, probably on the
webalizer nt site ???.

I know I wrote one back in the old days when webalizer/nt wouldn't deal
with the W3C files, you can find it at http://wcg2.com

Take care,

--
Waitman Gobble         EMK Design     Buena Park, California
http://emkdesign.com   +1.7145222528   waitman@...
Public Key                          http://pgp.emkdesign.com
Find an example                    http://freakinexample.com

#1769 From: "Waitman C. Gobble, II" <waitman@...>
Date: Fri Dec 13, 2002 3:07 pm
Subject: RE: Log data being lost
rooey2002
Send Email Send Email
 
On Fri, 2002-12-13 at 06:59, Stanley Stramel wrote:
> This is good news!  We really don't want to convert the log files if
> possible.  We just did it because the instructions that came with
> WEBALIZER v2.01-10 said to.  I will look for a newer version of
> WEBALIZER.
> Thanks
> Stan

Stan

If you go to http://www.medasys-lille.com/webalizer/

the home page talks about W3C support.

Take care,

--
Waitman C. Gobble, II <waitman@...>
EMK Design

#1770 From: "Stanley Stramel" <stramels@...>
Date: Fri Dec 13, 2002 4:26 pm
Subject: RE: Log data being lost
stanstramel
Send Email Send Email
 
Hi,
I have downloaded the version of WEBALIZER from
http://www.medasys-lille.com/webalizer/.  When I run it against my W3C
log file I get:

Warning:  truncating oversized username
Skipping Bad Record

The fields specified in the log are:
date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
cs-uri-query sc-status sc-bytes cs-bytes cs(user-agent) cs(referer)

In looking at each record in the log, the cs-username field contains
only a dash (-).  There is an IP address before the dash that should be
the c-ip and one after that should be the s-ip.  Any ideas??

Stan

-----Original Message-----
From: Waitman C. Gobble, II [mailto:waitman@...]
Sent: Friday, December 13, 2002 8:49 AM
To: webalizer@yahoogroups.com
Subject: Re: [webalizer] Log data being lost


On Fri, 2002-12-13 at 06:27, Stanley Stramel wrote:
> We are new to WEBALIZER and have version 2.01-10 and have just
> installed it on our servers.  We cannot seem to get the referer,
> search engine and querystring areas in the reports to display.
>
> Our log files on our W2K Servers running IIS 5 are in the W3C
> format.  We are converting the W3C format to the NCSA format using
> CONVLOG so that WEBALIZER can execute against it.  However, the file
> created by the CONVLOG process seems to truncate some of the data (the
> referer, search engine and querystring).  The HTML created by
> WEBALIZER has all the other information but the referer, search engine
> and querystring.  If you view the W3C log files, they do contain this
> information.  We have checked the Microsoft site for CONVLOG problems
> such as this but found none.

Hello

you don't need to use CONVLOG with modern versions of webalizer for NT,
it will read the W3C format.

I do however recall that CONVLOG drops that information you are looking
for.

on my w2k/iis5 server i simply do

d:\logs\webalizer.exe -c d:\logs\W3SVC1.conf

the logs are stored in W3C, with the necessaries turned on in "extended
properties". I don't need to convert to NCSA.

If there is some reason you want to convert to ncsa from w3c, don't use
CONVLOG. There are some other utilities around, probably on the
webalizer nt site ???.

I know I wrote one back in the old days when webalizer/nt wouldn't deal
with the W3C files, you can find it at http://wcg2.com

Take care,

--
Waitman Gobble         EMK Design     Buena Park, California
http://emkdesign.com   +1.7145222528   waitman@...
Public Key                          http://pgp.emkdesign.com
Find an example                    http://freakinexample.com

#1771 From: "Stanley Stramel" <stramels@...>
Date: Fri Dec 13, 2002 7:00 pm
Subject: Oversized Username Problem
stanstramel
Send Email Send Email
 
Hi,
I have downloaded the 2.01.09.RB07 version of WEBALIZER from
http://www.medasys-lille.com/webalizer/.  When I run it against my W3C
log file I get:

Warning:  truncating oversized username
Skipping Bad Record

The fields specified in the log are:
date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
cs-uri-query sc-status sc-bytes cs-bytes cs(user-agent) cs(referer)

In looking at each record in the log, the cs-username field contains
only a dash (-).  There is an IP address before the dash that should be
the c-ip and one after that should be the s-ip.  Any ideas??

Also, is v2.01.09RB07 or v2.01-10 the latest and greatest?

Stan

Isn't a great life worth remembering?
www.TimeHonoredTributes.com

#1772 From: "Jean-Noel Hayart" <jnhayart@...>
Date: Fri Dec 13, 2002 7:16 pm
Subject: RE: Oversized Username Problem
jnwebalizer
Send Email Send Email
 
Hi

Can you extract full message from command line with initializing information
from webalizer ?

and give this information in reply.

regard


> -----Message d'origine-----
> De : Stanley Stramel [mailto:stramels@...]
> Envoye : Friday, December 13, 2002 8:00 PM
> A : webalizer@yahoogroups.com
> Objet : [webalizer] Oversized Username Problem
>
>
> Hi,
> I have downloaded the 2.01.09.RB07 version of WEBALIZER from
> http://www.medasys-lille.com/webalizer/.  When I run it against my W3C
> log file I get:
>
> Warning:  truncating oversized username
> Skipping Bad Record
>
> The fields specified in the log are:
> date time c-ip cs-username s-ip s-port cs-method cs-uri-stem
> cs-uri-query sc-status sc-bytes cs-bytes cs(user-agent) cs(referer)
>
> In looking at each record in the log, the cs-username field contains
> only a dash (-).  There is an IP address before the dash that should be
> the c-ip and one after that should be the s-ip.  Any ideas??
>
> Also, is v2.01.09RB07 or v2.01-10 the latest and greatest?
>
> Stan
>
> Isn't a great life worth remembering?
> www.TimeHonoredTributes.com
>
>
>
>
>
> To unsubscribe from this group, send an email to:
> webalizer-unsubscribe@egroups.com
> Webalizer homepage: http://www.webalizer.org
> Webalizer for NT: http://www.medasys-lille.com/webalizer/
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

Messages 1743 - 1772 of 3841   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help