[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] CGI stats script " Accessprobe "
- Subject: RE: [cobalt-users] CGI stats script " Accessprobe "
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Tue Sep 3 11:41:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Mirko
Sent: Tuesday, September 03, 2002 1:58 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] CGI stats script " Accessprobe "
Hi everyone
am new on this list..
i need to know if somebody know the CGI scripts called " accessprobe "
downlodable
on http://www.accessprobe.com
in fact i need to install a simple and no bugged tools for track statistic
on my Raq4....and am very desapointed of Webalizer...
I don't need a software like webalizer for all my server but a script like
accessprobe (only for each virtual site can be enough for me)..
my current problem with this script is i need to find the log file used by
the cobalt for set the path in the cgi script...
i have contact the developper of the script...but i don't know nothing about
cobalt and can not help me....
if somebody have experience with this script or if somebody have a
suggestion for install a simple working stats tools.....
any help welcome...thanks in advance....
----------------
If you are running a separate copy of the script for each virtual site and
a site has the name of www.myhost.com then the web log file for that virtual
domain will be at: /home/sites/www.myhost.com/logs/web.log. If you want to
avoid having to hardcode the filename for each site then you could use the
following for the log file title in the cgi script:
/home/sites/$ENV{SERVER_NAME}/logs/web.log
In fact if you did it that way you might be able to just have one copy of
the script on the entire RaQ and simply create a symbolic link to it from
each site's cgi-bin directory.