Re: [analog-help] IIS crash and restart

2003-11-05 Thread analog-help
way of knowing from the web server logs when the server was restarted. It might be possible to parse them for periods of inactivity, but Analog does not do that. (Well, the Five-Minute Report might show that, actually.) The best place to look for information about server and service restarts

Re: [analog-help] htsearch logs

2003-11-05 Thread analog-help
Dan Young [EMAIL PROTECTED] (Wednesday, November 05, 2003 2:26 AM): Hello, Has anyone managed to successfully use analog on logs produced by htsearch (ht://Dig), either directly or via some pre-processing? I can't find much about this in the list archive. I think there's a bunch of info

Re: [analog-help] Help with calculating total traffic from IIS FTP logs

2003-11-05 Thread analog-help
Analog will not calculate both down- and up-load traffic. You can only configure it to do one or the other. A possible solution is to pre-process the log file with a script that reads both fields and combines them into one (or a new one). In general, log files are not the most effective way

Re: [analog-help] IIS crash and restart

2003-11-05 Thread analog-help
. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org

Re: [analog-help] XML problem?

2003-11-05 Thread analog-help
Bingo! Looks like the Content-Type of application/xhtml+xml caused the problem on IE. Adding the line, as suggested by Jeremy: print STDOUT Content-type: text/html\n; before Analog is called on line 88 appears to have fixed the problem. BTW, I also tried adding 2NUL at the end of line

Re: [analog-help] IIS crash and restart

2003-11-05 Thread analog-help
the crash occured to within a few seconds unless the server is fairly idle. Is this true on IIS 4 as well? I thought that one of the problems in 4 with the headers was that it did *not* insert them, therefore every line needed to have both date *and* time so that Analog could know when

Re: [analog-help] IIS crash and restart

2003-11-05 Thread analog-help
so that Analog could know when the requests really took place. No, it always inserts a header when IIS restarts, even on IIS4. But it doesn't insert a new header unless IIS restarts, so that on a server that's configured to create monthly logs, but that isn't used on the weekends (an internal

Re: [analog-help] IIS crash and restart

2003-11-05 Thread analog-help
On 11/5/03 1:34 PM Jeremy Wadsack ([EMAIL PROTECTED]) wrote: Is this true on IIS 4 as well? I thought that one of the problems in 4 with the headers was that it did *not* insert them, therefore every line needed to have both date *and* time so that Analog could know when the requests really took

[analog-help] Help with calculating total traffic from IIS FTP logs

2003-11-04 Thread analog-help
Hello, I am trying to use Analog to calculate total traffic per user, from IIS 5.0 FTP logs. I'm using Analog v 5.91 beta on Windows 2000 professional. The header of the log file looks like this: #Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem

[analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
Title: Message Can I also uncompress a ZIP file, if so what is the syntax. Is it the line before the LOGFILE command? Thanks Makk T. Lawrence Fletcher Allen Health Care Information Services - eHealth ph: (802) 847-0900 e-mail: [EMAIL PROTECTED] Have a Great Day!

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
uncompress to stdout. http://www.info-zip.org/pub/infozip/has one for Windows. -- Jeremy Wadsack Wadsack-Allen Digital Group + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +

RE: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
Is gzip your unzip program? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lapo Nustrini Sent: Tuesday, November 04, 2003 3:55 PM To: [EMAIL PROTECTED] Subject: Re: [analog-help] UNCOMPRESS ZIP I use the following (under windows) in my configuration file

[analog-help] XML problem?

2003-11-04 Thread analog-help
I've just upgraded from Analog 4.16 to 5.91b1 Everything works great locally. However, I'm seeing a strange issue when generating stats using anlgform.html / .pl If a use any browser _other_ than IE, the output is displayed correctly. If I use IE (tried versions from 5.0 to 6) instead

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
Lapo Nustrini [EMAIL PROTECTED] (Tuesday, November 04, 2003 1:31 PM): I've just upgraded from Analog 4.16 to 5.91b1 Everything works great locally. However, I'm seeing a strange issue when generating stats using anlgform.html / .pl If a use any browser _other_ than IE, the output

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
your unzip program? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lapo Nustrini Sent: Tuesday, November 04, 2003 3:55 PM To: [EMAIL PROTECTED] Subject: Re: [analog-help] UNCOMPRESS ZIP I use the following (under windows) in my configuration file: UNCOMPRESS

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
Thanks for the response. The script is running in a cgi-bin directory. (I have not changed the server configuration in over 2 years) The only change I have made is updating analog from version 4 to 5.91b1 Version 4 was working perfectly, but everyone kept complaining that there was a newer

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
Maybe I didn't understand your response correctly, but for the record, I am using Analog under Windows 2000, running IIS5. Gzip.exe is a windows equivalent of the UNIX gzip command. The mention of UNIX in my earlier message is in relation to why I might have thought to use gzip for Windows

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
Lapo Nustrini [EMAIL PROTECTED] (Tuesday, November 04, 2003 2:08 PM): Thanks for the response. The script is running in a cgi-bin directory. (I have not changed the server configuration in over 2 years) The only change I have made is updating analog from version 4 to 5.91b1 Version 4

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lapo Nustrini Sent: Tuesday, November 04, 2003 5:03 PM To: [EMAIL PROTECTED] Subject: Re: [analog-help] UNCOMPRESS ZIP Yes, I use gzip to compress log files. I set this up a couple of years ago, so I don't

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
Check the docs on your unzip program. You need to get it to uncompress the file to stdout (standard out -- the console, terminal or screen). Then Analog can read the contents and process it. Alternately, you can just create a batch file that uncompresses all the files on disk before running

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
is updating analog from version 4 to 5.91b1 Version 4 was working perfectly, but everyone kept complaining that there was a newer one out... Well, check the .pl file to make sure it's adding a Content-type header. Then see if that's getting sent to your browser. Mozilla Firebird browser has a Live

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
not changed the server configuration in over 2 years) The only change I have made is updating analog from version 4 to 5.91b1 Version 4 was working perfectly, but everyone kept complaining that there was a newer one out... Well, check the .pl file to make sure it's adding a Content-type header

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
. The script is running in a cgi-bin directory. (I have not changed the server configuration in over 2 years) The only change I have made is updating analog from version 4 to 5.91b1 Version 4 was working perfectly, but everyone kept complaining that there was a newer one out... Well, check the .pl

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http

[analog-help] custom report def

2003-11-03 Thread analog-help
* - + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http

Re: [analog-help] custom report def

2003-11-03 Thread analog-help
In Advance ---Raymond - From 11/1 to 11/3 index.jsp - 533 11/1 - 300 *** 11/2 - 122 * 11/3 - 111 ** signup.html - 411 11/1 - 111 * 11/2 - 200 ** 11/3 - 100 * spend.jsp - 333 11/1 - 111 * 11/2 - 100 * 11/3 - 122 * - This is not possible in Analog alone. Analog does not do two

Re: [analog-help] custom report def

2003-11-03 Thread analog-help
11/1 - 111 * 11/2 - 100 * 11/3 - 122 * - This is not possible in Analog alone. Analog does not do two dimensional analysis of hits in this way, because it would require it to keep a two-dimensional array of counters: pages down one axis and the date down the other. The reason

RE: [analog-help] Corrupt Log File lines

2003-10-31 Thread analog-help
, 2003 12:20 AM To: [EMAIL PROTECTED] Subject: Re: [analog-help] Corrupt Log File lines Hello, I think that you have wrong a date format %d/%m/%y. Please, could you try a date format %m/%d/%Y? My LOGFORMAT line is LOGFORMAT (%s, %u, %B, %j, %d/%m/%y, %h:%n:%j, %j, %j, %j, %j, %j, %j, %T, %j

RE: [analog-help] Corrupt Log File lines

2003-10-31 Thread analog-help
from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +

RE: [analog-help] Corrupt Log File lines

2003-10-31 Thread analog-help
I missed the obvious, this is working now! Thank You very much! -Original Message- From: Stephen Turner [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: RE: [analog-help] Corrupt Log File lines On Fri, 31 Oct 2003, Lawrence, Makk wrote

[analog-help] Corrupt Log File lines

2003-10-30 Thread analog-help
Title: Message I cannot get analog 5.24to read this logfile with a custom LOGFORMATline, it reports corrupt lines My logfilefeilds: 130.189.202.99, anonymous, Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC), -, 10/30/2003, 4:36:15, -, FAHC53, -, www.fahc.org, -, 80, 15, 426, 781, http

Re: [analog-help] Corrupt Log File lines

2003-10-30 Thread analog-help
I'm wondering if your 1st field should be an upper-case S instead of a lower-case s. I also wonder if your 7th field should be an uppper-case Y instead of a lower-case y. More at http://www.analog.cx/docs/logfmt.html;. By the way, have you tried running Analog without specifying the LOGFORMAT

Re: [analog-help] Corrupt Log File lines

2003-10-30 Thread analog-help
[EMAIL PROTECTED]@lists.isite.net on 30.10.2003 22:58:40 Odpovzte prosm - [EMAIL PROTECTED] Odeslno km: [EMAIL PROTECTED] Komu: [EMAIL PROTECTED] Kopie: Pedmt:[analog-help] Corrupt Log File lines I cannot get analog 5.24to read this logfile with a custom LOGFORMATline

[analog-help] reqexclude

2003-10-29 Thread analog-help
://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog

Re: [analog-help] reqexclude

2003-10-29 Thread analog-help
interesting than the question of whether a submarine can swim. (Edsger W. Dijkstra) + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net

[analog-help] Newbie question: error 500

2003-10-28 Thread analog-help
Hi all, I am using Analog to check the behaviour of an ISAPI application of mine (under IIS 5 win2k). When, for some reason, there is an error in the application the web server returns a generic Error 500 Turning off http friendly error messages in the browser you can see a more specific error

Re: [analog-help] Newbie question: error 500

2003-10-28 Thread analog-help
[EMAIL PROTECTED] [EMAIL PROTECTED] (Tuesday, October 28, 2003 8:28 AM): Hi all, I am using Analog to check the behaviour of an ISAPI application of mine (under IIS 5 win2k). When, for some reason, there is an error in the application the web server returns a generic Error 500 Turning off

[analog-help] incomplete OSREP

2003-10-23 Thread analog-help
In my Analog OSREP are not specific the operatig systems even if are included in the logfile Have ceck the mailing list, but have not found a solution to my problem. Someone knows the reason of not operatin system inclusion? Thynk you for help! my Logformat: LogFormat %h %l %u %t \%r\ %s %b

[analog-help] show all requests

2003-10-23 Thread analog-help
, Robin + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org

Re: [analog-help] incomplete OSREP

2003-10-23 Thread analog-help
Appartments Taela [EMAIL PROTECTED] (Thursday, October 23, 2003 3:22 AM): In my Analog OSREP are not specific the operatig systems even if are included in the logfile Have ceck the mailing list, but have not found a solution to my problem. Someone knows the reason of not operatin system

Re: [analog-help] show all requests

2003-10-23 Thread analog-help
) REQUEST ON # which files were requested REQFLOOR 1r This is the correct syntax. That REQFLOOR command should show all requests that Analog counts. Perhaps there are no log entries that have less than ten requests? -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Subfloor for requests and referrers?

2003-10-20 Thread analog-help
On Sun, 19 Oct 2003, joe wrote: Check out my stats: http://www.joe.to/analog/2003.10.19.html All is well except that the referrer report (315 items) and request report (391 items) are HUGE, mostly because of arguments in the urls. How can I set the subfloor to these to not show so many

RE: [analog-help] Subfloor for requests and referrers?

2003-10-20 Thread analog-help
Wow the author himself :) thanks! Can I make a suggestion for the documentation? I've used analog 3 times since 1998 and each time I struggled with it a bit, and I think I know how to make it quite easier to learn. The problem for me each time is that all the commands relevant to one report

RE: [analog-help] Subfloor for requests and referrers?

2003-10-20 Thread analog-help
) + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +

[analog-help] Non-ASCII characters in referrers

2003-10-20 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs

[analog-help] Re:How to set up LOGFORMAT for Netscape/iPlanet new duration field?

2003-10-20 Thread analog-help
Jeremy Wadsack wrote: The C:* lines that Analog shows are intended to indicate where in the preceding line the parser failed. In this case all those lines do not have a HTTP/1.x protocol. This implies that they are from HTTP/0.9-compatible clients??? Anyway, add another

Re: [analog-help] Re:How to set up LOGFORMAT for Netscape/iPlanet new duration field?

2003-10-20 Thread analog-help
Rory O'connor [EMAIL PROTECTED] (Monday, October 20, 2003 9:14 AM): Jeremy Wadsack wrote: The C:* lines that Analog shows are intended to indicate where in the preceding line the parser failed. In this case all those lines do not have a HTTP/1.x protocol. This implies

Re: [analog-help] Non-ASCII characters in referrers

2003-10-20 Thread analog-help
search engine is using with only the information in the referer string. I suppose that there could be a configuration command that tells Analog which encoding to expect from each specific search engine, and then code to translate search strings into a uniform encoding for the reports. Setting

Re: [analog-help] browser engine statistic

2003-10-20 Thread analog-help
On Monday 20 October 2003 12:59, Stephen Turner wrote: On Sun, 19 Oct 2003, Martin Bretschneider wrote: Hi analog-devs and users, I'm very impressed by analog and its statistics. I wonder if you have considered one more browser statistics that deals with the engines that browsers use

Re: [analog-help] Non-ASCII characters in referrers

2003-10-20 Thread analog-help
. The browser limits the set of encodings that might be selected to the ones it supports, but all browsers that support multi-byte characters support quite a few different encodings. Analog only sees the referring URL, the browsers/search engines knowledge of the encoding is lost. We would need to keep

[analog-help] browser engine statistic

2003-10-19 Thread analog-help
Hi analog-devs and users, I'm very impressed by analog and its statistics. I wonder if you have considered one more browser statistics that deals with the engines that browsers use. Of course it is interesting how the browsers are named but in a normal Browser Summary there are not recognized

[analog-help] Subfloor for requests and referrers?

2003-10-19 Thread analog-help
Check out my stats: http://www.joe.to/analog/2003.10.19.html All is well except that the referrer report (315 items) and request report (391 items) are HUGE, mostly because of arguments in the urls. How can I set the subfloor to these to not show so many details? E.g. for referrers; Instead

[analog-help] analyzing a single file

2003-10-17 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html

Re: [analog-help] lost browser reports

2003-10-17 Thread analog-help
Well, there are currently a BETA and a stable version available. You are welcome to try both, but I don't think it has anything to do with the software. The usual reason Analog does this is because the logs don't have the data. If your log files are rotated, then Analog may only be reading

Re: [analog-help] How to set up LOGFORMAT for Netscape/iPlanet new duration field?

2003-10-17 Thread analog-help
last statement is all I can find about Netscape extended log format: The extended log, Netscape log and WebSTAR log don't have any built-in formats: analog constructs their formats from their header lines. This duration field apparently needs to be futher defined in LOGFORMAT with %D

Re: [analog-help] analyzing a single file

2003-10-17 Thread analog-help
sure you set the REQFLOOR low enough (e.g. 1r) so that those requests show up. -- Jeremy Wadsack Wadsack-Allen Digital Group + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help

[analog-help] Does ANALOG run under ISH?

2003-10-17 Thread analog-help
Title: Does ANALOG run under ISH? Please excuse me for a potentially rudimentary question, but I am picking up for a person who left the company. I did not install ANALOG and don't know about its internals. I am just trying to respond to a customer's request to schedule automated running

Re: [analog-help] lost browser reports

2003-10-17 Thread analog-help
--- Jeremy Wadsack [EMAIL PROTECTED] wrote: Well, there are currently a BETA and a stable version available. You are welcome to try both, but I don't think it has anything to do with the software. The usual reason Analog does this is because the logs don't have the data. I was thinking

Re: [analog-help] lost browser reports

2003-10-16 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx

Re: [analog-help] ROBOTINCLUDE not working right

2003-10-15 Thread analog-help
Thanks for the answers. Still, one of them (regarding the user agent identification) is conflicted by my experience. For the OS Report to work correctly, Analog obviously needs to read everything in the user agent name from quotation mark to quotation mark. However, to me it seems that the OS

[analog-help] flop pages

2003-10-15 Thread analog-help
__ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html

Re: [analog-help] flop pages

2003-10-15 Thread analog-help
interesting than the question of whether a submarine can swim. (Edsger W. Dijkstra) + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net

Re: [analog-help] flop pages

2003-10-15 Thread analog-help
from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +

Re: [analog-help] flop pages

2003-10-15 Thread analog-help
On Wed, 15 Oct 2003, Peter Hickman wrote: However the real flops will be the pages that are never visited, and analog cannot help you in finding out what they are. That's also true. -- Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/ The question of whether

[analog-help] consolidated report

2003-10-15 Thread analog-help
I need to configure analog with one report that shows all the domains and the bandwith for the past 2 month is there a way to do this in one cfg file Domain 1 monthly 1 Monthly 2 Domain 2 monthly1 monthly2 and so on Any guidance would be appricated __ Do you

Re: [analog-help] consolidated report

2003-10-15 Thread analog-help
LS [EMAIL PROTECTED] (Wednesday, October 15, 2003 8:25 AM): I need to configure analog with one report that shows all the domains and the bandwith for the past 2 month is there a way to do this in one cfg file Domain 1 monthly 1 Monthly 2 Domain 2 monthly1 monthly2 and so on Any

Re: [analog-help] lost browser reports

2003-10-15 Thread analog-help
and it no longer contains browser data. Check for error or warning messages when you run Analog. It usually tells you if it is turning off reports. -- Jeremy Wadsack Wadsack-Allen Digital Group + | TO UNSUBSCRIBE from this list

Re: [analog-help] Help with Browser Report/Browser Summary

2003-10-15 Thread analog-help
Chris Blackstone [EMAIL PROTECTED] (Tuesday, October 14, 2003 11:10 AM): I'm using Analog 5.91 Beta 1 I want to config the Browser Reports so that Browser Report lists totals by Browser and OS (IE 6.0; Win XP, IE 6.0 Win 98, etc) Browser Summary lists totals by Browser (IE 6.0, IE 5.5

Re: [analog-help] lost browser reports

2003-10-15 Thread analog-help
! Shopping - with improved product search http://shopping.yahoo.com + | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net

Re: [analog-help] consolidated report

2003-10-15 Thread analog-help
Can you give me some guidance on where to look for some vhose / directory samples Thanks --- Jeremy Wadsack [EMAIL PROTECTED] wrote: LS [EMAIL PROTECTED] (Wednesday, October 15, 2003 8:25 AM): I need to configure analog with one report that shows all the domains and the bandwith

Re: [analog-help] How do I turn off my own domains and other stupid questions

2003-10-15 Thread analog-help
hosts, that's fine. (Although, I would think that with the second parameter to the LOGFILE command Analog would recognize that these no longer overlap). And finally, in the Referrer report is it possible to choose certain domains that should not get subsets, based on part of the url? E.g. I don't

Re: [analog-help] consolidated report

2003-10-15 Thread analog-help
, 2003 8:25 AM): I need to configure analog with one report that shows all the domains and the bandwith for the past 2 month is there a way to do this in one cfg file Domain 1 monthly 1 Monthly 2 Domain 2 monthly1 monthly2 and so on Any guidance would be appricated

[analog-help] exclude subdomains

2003-10-15 Thread analog-help
: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +

[analog-help] Search Query Report not being generated.

2003-10-15 Thread analog-help
Hi, I'm trying to add search query and search word reports to our analog reports. However in the analog log its giving /usr/local/bin/analog: Warning R: Turning off empty Search Query Report /usr/local/bin/analog: Warning R: Turning off empty Search Word Report My first thought

Re: [analog-help] flop pages

2003-10-15 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general

Re: [analog-help] Search Query Report not being generated.

2003-10-15 Thread analog-help
David Robinson [EMAIL PROTECTED] (Wednesday, October 15, 2003 9:20 AM): Hi, I'm trying to add search query and search word reports to our analog reports. However in the analog log its giving /usr/local/bin/analog: Warning R: Turning off empty Search Query Report /usr/local/bin/analog

Re: [analog-help] exclude subdomains

2003-10-15 Thread analog-help
. __ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html

Re: [analog-help] exclude subdomains

2003-10-15 Thread analog-help
For a more beautiful you, surf us! + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest

[analog-help] ROBOTINCLUDE not working right

2003-10-14 Thread analog-help
Hi, Looking at my latest Analog report, robots from the main engines (easily identifiable from the Host Report) account for much more than what the OS Report tells me (at least double). My ROBOTINCLUDE list is quite long, having appended to it the Wadsack-additions as well as some items on my

Re: [analog-help] I deleted all log files including analoig.cfg

2003-10-14 Thread analog-help
Hello, The access_log file is created by your web server and contains all of your web server's traffic information. If you've deleted this file, you'll need to get it restored from backup. We all do backups, right? You can replace the analog.cfg file by downloading Analog again. It's in every

Re: [analog-help] ROBOTINCLUDE not working right

2003-10-14 Thread analog-help
Szeg kos [EMAIL PROTECTED] (Tuesday, October 14, 2003 1:09 AM): Looking at my latest Analog report, robots from the main engines (easily identifiable from the Host Report) account for much more than what the OS Report tells me (at least double). The OS Report and ROBOTINCLUDE work only

RE: [analog-help] How do I turn off my own domains and other stupid questions

2003-10-14 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org

[analog-help] Help with Browser Report/Browser Summary

2003-10-14 Thread analog-help
I'm using Analog 5.91 Beta 1 I want to config the Browser Reports so that Browser Report lists totals by Browser and OS (IE 6.0; Win XP, IE 6.0 Win 98, etc) Browser Summary lists totals by Browser (IE 6.0, IE 5.5, etc) I'm using a combination of BROWALIAS, BROWREPALIAS, and BROWSUMALIAS

[analog-help] lost browser reports

2003-10-14 Thread analog-help
+ | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org

[analog-help] How do I turn off my own domains and other stupid questions

2003-10-13 Thread analog-help
I realize that these are dumb questions but I've read the docs and faq and experimented and not been able to figure these out. I apologize in advance for overlooking what is surely a well documented solution. I'm running on winXP, latest version of analog and apache. Apache is using default

[analog-help] I deleted all log files including analoig.cfg

2003-10-13 Thread analog-help
from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +

RE: [analog-help] How do I turn off my own domains and other stupid questions

2003-10-13 Thread analog-help
in the analog docs. I tried these: REFARGSINCLUDE *viewtopic.php REFARGSINCLUDE t=* ... with no luck :( A virtual host field in your log file. If you don't have that ... http://analog.cx/how-to/vhosts1/index.html for details on configuring this set up. I read the how-to but that creates 1

Re: [analog-help] How do I turn off my own domains and other stupid questions

2003-10-13 Thread analog-help
command please provide an example, as there isn't one in the analog docs. I tried these: REFARGSINCLUDE *viewtopic.php REFARGSINCLUDE t=* ... with no luck :( The first should work. Analog does not have any way of knowing which are internal or external referrers so it can't be distinguishing. You

[analog-help] Request Report - Last time file was accessed

2003-10-09 Thread analog-help
Hi, We have run stats on a particular part of our website for the past 12 months. In the request report thelisting of20 files most accessed are all showing the same date and time for the last time accessed. If we run the stats for a different part of the site the same thing happens -the

Re: [analog-help] Request Report - Last time file was accessed

2003-10-09 Thread analog-help
/stephen/ The question of whether a computer can think is no more interesting than the question of whether a submarine can swim. (Edsger W. Dijkstra) + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog

Re: [analog-help] Analog with UTF-8 Webserver

2003-10-09 Thread analog-help
translation is straight forward - that's what I do for timian. /Per best regards, Per Jessen, [EMAIL PROTECTED] http://timian.jessen.ch - an analog report-formatter using XSLT + | TO UNSUBSCRIBE from this list: |http

[analog-help] LOGFORMAT ambiguity

2003-10-08 Thread analog-help
: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +

Re: [analog-help] LOGFORMAT ambiguity

2003-10-08 Thread analog-help
c-ip cs-username cs-method cs-uri-stem cs-uri-query sc-status sc-bytes cs-version cs(User-Agent) cs(Cookie) cs(Referer) Any tips, examples, or advice appreciated. You don't need to use a LOGFORMAT for W3c format log files (even MS's). They are self-documenting and Analog can figure out

[analog-help] Excluding specific IP addresses from the report.

2003-10-07 Thread analog-help
: www.nrpb.org + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help

Re: [analog-help] Analog with UTF-8 Webserver

2003-10-07 Thread analog-help
On Tue, 7 Oct 2003, Michael Hnat wrote: Hi, I'm using analog 5.90beta2 running on windows with an apache 2.0 Webserver. The webserver is using UTF-8 for page encoding. When I'm generating my reports the special characters are not shown correctly. I've changed the encoding in the german

Re: [analog-help] Analog with UTF-8 Webserver

2003-10-07 Thread analog-help
-strict.dtd; html xmlns=http://www.w3.org/1999/xhtml; head titleServer Statistiken für bluegras/title meta http-equiv=Content-Type content=text/html; charset=UTF-8 / meta name=robots content=noindex,nofollow / meta name=generator content=analog 5.91beta1/Win32 / But the special characters are only shown

Re: [analog-help] Analog with UTF-8 Webserver

2003-10-07 Thread analog-help
/xhtml1/DTD/xhtml1-strict.dtd; html xmlns=http://www.w3.org/1999/xhtml; head titleServer Statistiken für bluegras/title meta http-equiv=Content-Type content=text/html; charset=UTF-8 / meta name=robots content=noindex,nofollow / meta name=generator content=analog 5.91beta1/Win32 / But the special

Re: [analog-help] Analog with UTF-8 Webserver

2003-10-07 Thread analog-help
/ The question of whether a computer can think is no more interesting than the question of whether a submarine can swim. (Edsger W. Dijkstra) + | TO UNSUBSCRIBE from this list: |http://lists.isite.net/listgate/analog-help

<    5   6   7   8   9   10   11   12   13   14   >