does anybody know how to have some statistic about each web pages under zope?? each pages is da result of query on a mysql database ! any id ??? thx by advance L.Tonin
Luc Tonin wrote:
does anybody know how to have some statistic about each web pages under zope?? each pages is da result of query on a mysql database ! any id ??? thx by advance
I don't know if this is what you mean, but you can use webalizer or another statistics package on the log file created by zope. If you run it behind apache, you can use the log file apache creates. hope that helps, -- ethan mindlace fremen Zopatista Community Liason
In article <014501bfdf74$dce74e50$6200a8c0@longwy>, Luc Tonin <ltonin@lw .multithematiques.com> writes
does anybody know how to have some statistic about each web pages under zope?? each pages is da result of query on a mysql database ! any id ??? thx by advance L.Tonin
I have a sql method in my html header that saves the url, query, and the remote ip address for any pages that I am interested into a table which I can query at my leisure. This way I get real time statistics from within Zope as opposed to analysing the server logs outside of Zope. -- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.co.nz/index.php Powered by Interbase and Zope
participants (3)
-
ethan mindlace fremen -
Graham Chiu -
Luc Tonin