Hi, I was wondering if you guys have any pointers on where Zope logs page hits, so that I can show this info to "internal" people who may want to see web site usage. I was hoping to use http://www.zope.org/Members/teyc/ZGDChart to visualize the data, but I need the data in the first place ! thanks !! marcio
Marcio Marchini wrote:
Hi,
I was wondering if you guys have any pointers on where Zope logs page hits, so that I can show this info to "internal" people who may want to see web site usage.
I was hoping to use http://www.zope.org/Members/teyc/ZGDChart to visualize the data, but I need the data in the first place !
thanks !!
marcio
see the var/Z2.log file -- Matt Kromer Zope Corporation http://www.zope.com/
I use Webalizer, run it on Z2.log (using cron to run every 15 minutes or whatever), and then use LocalFS to point to the directory you set up for Webalizer's output - then you can view it from within zope. By putting that localFS point inside a 'protected' directory you can limit access to it.
From: "Matthew T. Kromer" <matt@zope.com> Date: Wed, 27 Mar 2002 10:50:49 -0500 To: mqm@magma.ca Cc: Zope <zope@zope.org> Subject: Re: [Zope] page hits ?
Marcio Marchini wrote:
Hi,
I was wondering if you guys have any pointers on where Zope logs page hits, so that I can show this info to "internal" people who may want to see web site usage.
I was hoping to use http://www.zope.org/Members/teyc/ZGDChart to visualize the data, but I need the data in the first place !
thanks !!
marcio
see the var/Z2.log file
-- Matt Kromer Zope Corporation http://www.zope.com/
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Wed, 27 Mar 2002, Marcio Marchini wrote:
I was wondering if you guys have any pointers on where Zope logs page hits, so that I can show this info to "internal" people who may want to see web site usage.
Look in Zope's var directory for Z2.log. I use webalizer on my zope logs. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.com W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
participants (4)
-
marc lindahl -
Marcio Marchini -
Matthew T. Kromer -
Tim Wilson