Re: [analog-help] Missing Distinct Hosts

2001-03-12 Thread Stephen Turner

On Sat, 10 Mar 2001, Roland Leong wrote:

 FreeBSD Unix
 Analog 4.1
 
 In the general summary, the Distinct Hosts Served line is missing. Is 
 there something I have to enable to get this line?

In 4.1, you get it when you already have the Host Report, Domain Report or
Organisation Report enabled. In the new beta versions, you get it even
without those reports.

-- 
Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
  "Your account can only be used for a single internet session at any one
   time and for no more than 24 hours in any one day." (NTL terms of use)



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Heike Hundt

Due to no response up to now I am asking once again:
Meanwhile I have tested also on SUN Solaris with the same effect.
Everything works fine on commandline except anlgform.pl from the
Browser. What am I doing wrong?

 Heike

Following my first message:
After reading many many emails dealing with this subject it is my last
try to get it working.
I have installed analog 4.16 for NT into the following directory:
C:\analog\analog 4.16
o analog itself works fine

I configured anlgform.pl with the appropriate path to the executable:

...

$analog = 'C:\analog\analog 4.16\analog.exe';

...
My HTML file anglform.html looks like

form action="/perl/anlgform.pl" method="GET" --

!--input type=hidden name="cg" value="c:\analog\analog 4.16\analog.cfg"
--

I have changed the method to get to see the whole query string.

Everything works fine from the command line as well as other perl
scripts from the browser.
C:\ perl anlgform.pl REQINCLUDE=pages
produces the whole report.

I registered that starting anlgform.pl from my cgi-bin directory I need
to have an analog.cfg file there. If not I am getting those Failed to
open configuration file errors.
Why?

Trying to access anlgform.pl from my browser or even from a telnet
session gives back Document contains no data but no error_log entry
since HTTP Return Code 200 means successful but 0 bytes.

Any idea where to look or what to test?

Thanks in advance

Heike


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Heike Hundt

Thanks for the tip but nothing changed and I don't believe that something in
the HTML file has influence on that. Is my understanding wrong that the perl
script provided with the necessary parameters should work if called directly
from the browser?
Since I only wanted to use the default analog.cfg configuration file I have
also commented out the "cg" parameter.
http://hhundt.de.com/perl/anlgform.pl?GENERAL=ONMONTHLY=ONWEEKLY=OFFDAILY=ONFULLDAILY=OFFHOURLY=ON

gives back Document contains no data.

Heike :-)
Aengus wrote:

 From: "Heike Hundt" [EMAIL PROTECTED]
  ...
  My HTML file anglform.html looks like
 
  form action="/perl/anlgform.pl" method="GET" --
 

 !-- and -- denote a HTML comment. Anything between those markers is
 ignored. Change the line to:
 input type=hidden name="cg" value="c:\analog\analog 4.16\analog.cfg"

 Aengus

 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Stephen Turner

Try using 4.90beta3 -- it's much easier to set up because it makes
assumptions about the correct directories for the config file etc.

-- 
Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
  "Your account can only be used for a single internet session at any one
   time and for no more than 24 hours in any one day." (NTL terms of use)


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] problem with *ARGSINCLUDE/EXCLUDE on 4.90Beta3

2001-03-12 Thread Stephen Turner

I'm not exactly sure what you've done wrong, but it certainly looks as if
you haven't understood the interaction between *ARGSINCLUDE and *ARGSFLOOR.

*ARGSINCLUDE says whether the arguments should be read from the logfile at
all for given filenames or referrers. It affects all the reports. The
*ARGSFLOOR commands, on the other hand, say how many arguments to include in
each report.

-- 
Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
  "Your account can only be used for a single internet session at any one
   time and for no more than 24 hours in any one day." (NTL terms of use)


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] problem with *ARGSINCLUDE/EXCLUDE on 4.90Beta3

2001-03-12 Thread David Keppler

I've gotten that far. Obviously I have to include the scripts in the
report before I can set floors on their arguments. But, I'm still having
problems with REFARGSINCLUDE, REFARGSEXCLUDE, and REFARGSFLOOR. I have the
script I want to report on included, the one I don't is excluded, and
the floor is set. Yet it still ignores the exclude and the floor,
reporting every set of arguments to every script in the referrer report
that has 10 requests or more.

From my config file:

REFARGSEXCLUDE /dir.pl
REFARGSINCLUDE /clickthrough.php3
REFARGSFLOOR 50r

This ought to exlude /dir.pl form arguments reporting in the referrer
report. The /clickthrough.php3 script should be included for arguments
reporting in referrer report. And the floor for the arguments reporting
should be set to 50 requests minimum.

But this is what these setting produce in the final report:
(I changed the actual arguments for security reasons)

  reqs: file
--: 
114904: /clickthrough.php3
 27236:   /clickthrough.php3?url=one set of arguments
  7323:   /clickthrough.php3?url=another set of arguments
  6473:   /clickthrough.php3?url=even more different arguments
.
.
.
.
22:   /clickthrough.php3?url=obscure set of arguments
17:   /clickthrough.php3?url=even more obscure set of arguments
12:   /clickthrough.php3?url=really obscure set of arguments
 45390: /dir.pl
18:   /dir.pl?field_name=dir 1
12:   /dir.pl?field_name=dir 2
12:   /dir.pl?field_name=dir 3

According to the config parameters any set of arguments with less than 50
requests to /clickthrough.pl should not be reported, yet it is. And no
arguments for /dir.pl should be reported at all, yet they are. All of the
referrer report is using an REFARGSFLOOR of 10r apparently from looking
through the report even though I specifically set the floor to 50r.

Can somebody please help me out here? I've been fiddling with this thing
for days now and still can't get it to work right. It's driving me crazy.

On Mon, 12 Mar 2001, Stephen Turner wrote:

 I'm not exactly sure what you've done wrong, but it certainly looks as if
 you haven't understood the interaction between *ARGSINCLUDE and *ARGSFLOOR.

 *ARGSINCLUDE says whether the arguments should be read from the logfile at
 all for given filenames or referrers. It affects all the reports. The
 *ARGSFLOOR commands, on the other hand, say how many arguments to include in
 each report.

 --
 Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
   Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
   "Your account can only be used for a single internet session at any one
time and for no more than 24 hours in any one day." (NTL terms of use)

 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 


-- David Keppler

[EMAIL PROTECTED]

Testing can show the presense of bugs, but not their absence.
-- Dijkstra



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Search Term Reporting?

2001-03-12 Thread Gary K. Foote

Hi,

I just began using Analog at my IPP today.  My IPP uses Analog 3.2  I have a problem.

Sending the following command:

analog3 +g/usr/home/wx/analog-test.cfg 

by telnet nets the following results:

analog3 +g/usr/home/wx/analog-test.cfg
analog3: Warning R: Turning off empty Referrer Report
  (For help on all errors and warnings, see docs/errors.html)
analog3: Warning R: Turning off empty Referring Site Report
analog3: Warning R: Turning off empty Redirected Referrer Report
analog3: Warning R: Turning off empty Failed Referrer Report
analog3: Warning R: Turning off empty Browser Report
analog3: Warning R: Turning off empty Browser Summary
analog3: Warning R: Turning off empty Virtual Host Report
analog3: Warning R: Turning off empty User Report
analog3: Warning R: Turning off empty User Failure Report

analog-test.cfg reads:

HOSTNAME "Weather by E-mail"
HOSTURL http://www.weatherbyemail.com/
LOGFILE /usr/home/wx/www_logs/weatherbyemail*
OUTFILE /usr/www/users/wx/statistics-test.html
ALL on
DNSFILE /usr/home/wx/.dnscache


Web stats results are at:

http://www88.pair.com/~wx/swiss-statistics.html

Where are my search engine terms input by the user?

Also, how can I find the referring URLs?

Thanks,

Gary K. Foote

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Search Term Reporting?

2001-03-12 Thread Aengus

"Gary K. Foote" [EMAIL PROTECTED] wrote:

 I just began using Analog at my IPP today.  My IPP uses Analog 3.2  I have
a problem.

 analog3: Warning R: Turning off empty Referrer Report
   (For help on all errors and warnings, see docs/errors.html)

 Where are my search engine terms input by the user?
Search reports were added to Analog with version 3.90beta
http://www.analog.cx/docs/whatsnew.html#new390b1

 Also, how can I find the referring URLs?

It looks like your IPP isn't logging referrers

Aengus


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Heike Hundt

Exactly the same result with 4.90beta3.

Heike

Stephen Turner wrote:

 Try using 4.90beta3 -- it's much easier to set up because it makes
 assumptions about the correct directories for the config file etc.

 --
 Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
   Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
   "Your account can only be used for a single internet session at any one
time and for no more than 24 hours in any one day." (NTL terms of use)

 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




RE: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Mills, Wallace

Remove the !-- from the start and the -- from the end of the line in which
it states what cfg file to use and do not leave a space between the  and
the first word and the same applies to the ending word. ie It should look
like this
input type=hidden name="cg" value="c:\analog\analog 4.16\analog.cfg" also
remove the -- from the other line like so
form action="/perl/anlgform.pl" method="GET"
By leaving those in the line is only a comment so you have to remove
them for the lines to take effect.
Hope this helps.
Cheers


 -Original Message-
 From: Heike Hundt [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, 12 March 2001 22:52
 To:   [EMAIL PROTECTED]
 Subject:  [analog-help] Help needed: How can I get anglform.pl working
 from browser?
 
 Due to no response up to now I am asking once again:
 Meanwhile I have tested also on SUN Solaris with the same effect.
 Everything works fine on commandline except anlgform.pl from the
 Browser. What am I doing wrong?
 
  Heike
 
 Following my first message:
 After reading many many emails dealing with this subject it is my last
 try to get it working.
 I have installed analog 4.16 for NT into the following directory:
 C:\analog\analog 4.16
 o analog itself works fine
 
 I configured anlgform.pl with the appropriate path to the executable:
 
 ...
 
 $analog = 'C:\analog\analog 4.16\analog.exe';
 
 ...
 My HTML file anglform.html looks like
 
 form action="/perl/anlgform.pl" method="GET" --
 
 !--input type=hidden name="cg" value="c:\analog\analog 4.16\analog.cfg"
 --
 
 I have changed the method to get to see the whole query string.
 
 Everything works fine from the command line as well as other perl
 scripts from the browser.
 C:\ perl anlgform.pl REQINCLUDE=pages
 produces the whole report.
 
 I registered that starting anlgform.pl from my cgi-bin directory I need
 to have an analog.cfg file there. If not I am getting those Failed to
 open configuration file errors.
 Why?
 
 Trying to access anlgform.pl from my browser or even from a telnet
 session gives back Document contains no data but no error_log entry
 since HTTP Return Code 200 means successful but 0 bytes.
 
 Any idea where to look or what to test?
 
 Thanks in advance
 
 Heike
 
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 
 
DISCLAIMER
The information contained in the above e-mail message or messages 
(which includes any attachments) is confidential and may be legally 
privileged.  It is intended only for the use of the person or entity 
to which it is addressed.  If you are not the addressee any form of 
disclosure, copying, modification, distribution or any action taken 
or omitted in reliance on the information is unauthorised.  Opinions 
contained in the message(s) do not necessarily reflect the opinions 
of the Queensland Government and its authorities.  If you received 
this communication in error, please notify the sender immediately and 
delete it from your computer system network.


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/