Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 5:18 PM): >> >> No, no. You need to inspect the HTTP headers. That's before the file >> and are never shown in the browser. I suggested Firebird's extension >> as one tool. You could use wget or curl or some command-line spider >> with

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
On Tuesday, November 4, 2003, at 04:43 PM, Jeremy Wadsack wrote: Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 3:53 PM): On Tuesday, November 4, 2003, at 03:38 PM, Jeremy Wadsack wrote: Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 2:08 PM): Thanks for the respo

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
On Tuesday 04 November 2003 06:43 pm, Jeremy Wadsack wrote: > But it might be more related to IE on your system thinking .pl is a > special type (as Klaus suggested). I'd bet it's it's another IE brain damage that has nothing to do with headers. (Did you know that changing format of ls output on y

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 3:53 PM): > On Tuesday, November 4, 2003, at 03:38 PM, Jeremy Wadsack wrote: >> >> Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 2:08 PM): >> >>> Thanks for the response. >>> The script is running in a cgi-bin directo

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
Thank you for the information. Any suggestions as to where I might make the modification to append the path as you described? Is it something which would need to be set in the configuration file (analog.cfg), the .pl file (anlgform.pl) or the tag in the anlgform.html page? Thanks again, L

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
On Tuesday, November 4, 2003, at 03:38 PM, Jeremy Wadsack wrote: 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 mad

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 analo

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
FYI You can get gzip for Windows either with cygwin (http://www.cygwin.com/) or stand-alone (http://www.gzip.org/). -- Jeremy Wadsack Wadsack-Allen Digital Group R. Ulmer - RBA <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 2:09 PM): > Thanks, knowing it was under Unix gave me the answer.

Re: [analog-help] XML problem?

2003-11-04 Thread analog-help
In <[EMAIL PROTECTED]>, Lapo Nustrini <[EMAIL PROTECTED]> writes: > I initially thought it might have been an issue with the server, but I > don't see how this could be the reason, given that it only affects a > particular browser type. > (I have tested Opera (mac and windows), Safari, Omniweb and

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 > Versio

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 (as

RE: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
Thanks, knowing it was under Unix gave me the answer. -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 file

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 on

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
Yes, I use gzip to compress log files. I set this up a couple of years ago, so I don't remember the specifics as to why I chose it over other options. Probably because that is what I had setup under UNIX also. Lapo On Tuesday, November 4, 2003, at 01:29 PM, R. Ulmer - RBA wrote: Is gzip y

RE: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
I am not having much luck with the uncompress .zip file, my config has this: UNCOMPRESS *.ZIP ("E:\Program Files\Analog\analog 5.32\unzip.exe") LOGFILE P:\LogFiles\WEBD200308*.ZIP I went a picked up the http://www.info-zip.org/pub/infozip/, works great on zips until I put it in the cfg file.

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 i

[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 of displayi

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:

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
I use the following (under windows) in my configuration file: UNCOMPRESS *.gz ("c:\gzip\gzip -cd) LOGFILE g:\w3svc300\*.gz Hope this helps. Lapo On Tuesday, November 4, 2003, at 12:41 PM, Lawrence, Makk wrote: Can I also uncompress a ZIP file, if so what is the syntax.  Is it the line befor

Re: [analog-help] UNCOMPRESS ZIP

2003-11-04 Thread analog-help
Lawrence, Makk <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 12:41 PM): > Can I also uncompress a ZIP file, if so what is the syntax. Is it the > line before the LOGFILE command? Yes, it does not matter where you put the UNCOMPRESS command. You need to have a command-line unzip program that c

[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!  

[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 cs