Does anyone use Webalizer for Zope's Z2.log? I tried to make it work, but Webalizer just barfs on FTP logs Zope mixes with HTTP requests inside Z2.log. BTW those FTP logs look somewhat wrong to me -- the port/pid/whatever is just concatenated to the end of the IP address: 10.0.7.649118 ==> 220 zeta FTP server (Medusa Async V1.18.60.1 [experimental]) > 10.0.7.649118 <== USER mg 10.0.7.649118 ==> 331 Password required. ... Marius Gedminas -- We don't really understand it, so we'll give it to the programmers.
Like many users, I use Apache and rewrite rules in front of Zope. Webalizer stats are based on Apache's log files without any problem... Thierry On Fri, 2002-07-05 at 11:37, Marius Gedminas wrote:
Does anyone use Webalizer for Zope's Z2.log? I tried to make it work, but Webalizer just barfs on FTP logs Zope mixes with HTTP requests inside Z2.log.
BTW those FTP logs look somewhat wrong to me -- the port/pid/whatever is just concatenated to the end of the IP address:
10.0.7.649118 ==> 220 zeta FTP server (Medusa Async V1.18.60.1 [experimental]) > 10.0.7.649118 <== USER mg 10.0.7.649118 ==> 331 Password required. ...
Marius Gedminas -- We don't really understand it, so we'll give it to the programmers.
_______________________________________________ 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 )
-- Linux every day, keeps Dr Watson away... http://gpc.tuxfamily.org -- http://www.ulthar.net
Hello Marius,
Does anyone use Webalizer for Zope's Z2.log? We use Webalizer for our logfile analysis.
I tried to make it work, but Webalizer just barfs on FTP logs Zope mixes with HTTP requests inside Z2.log. It barfs, but it doesn't bite :-) Webalizer should just ignore those lines and continue with the processing.
As an alternative you could use grep to filter those FTP lines out, before running Webalizer. That's what we do. We remove any lines containing .gif or .jpg, etc. before running Webalizer. As a result it runs much faster. Greetings Sven Rudolph -- Sven Rudolph, Programmierer GermanMedicalServices.de GmbH Unter den Eichen 5, 65195 Wiesbaden Tel.: 06 11 / 97 46 25 2
participants (3)
-
Marius Gedminas -
Sven Rudolph -
Thierry Florac