29 Mar
2000
29 Mar
'00
6:47 p.m.
Do you mean site usage statistics (page views, etc.)?
Yup.
If so, how do you measure Zope's stats if it is running as a separate server and logging separately?
ZServer runs at Port 80 and logs all of its activity to Z2.log. I have Apache running on port 8080 and it is logging to its own access log. I run Analog (and Webalizer) on the Z2.log (cron) and write it to the Apache HTML directory. That way I can browse all the Zope stats I want while not having to import the static HTML into Zope. This also works great for documentation and other things that come as static HTML. The site, though, is pure Zserver. J