der Analog LogAnalizer wertet die access.log nicht aus und erstellt keine result.html
Folgende Fehlermeldung erscheint
Code: Select all
:~# /usr/bin/analog
/usr/bin/analog: analog version 6.0/Unix
/usr/bin/analog: Warning L: Large number of corrupt lines in logfile
/var/www/vhosts/perspektivek/logs/access.log: turn debugging on or try
different LOGFORMAT
(For help on all errors and warnings, see /usr/share/doc/analog/docs/errors.html)
Current logfile format:
[%d/%M/%Y:%h:%n:%j] %v "%j%w%r%wHTTP%j" %c %b "%f" "%B"n
/usr/bin/analog: Warning R: Turning off empty time reports
/usr/bin/analog: Warning R: Turning off empty Request Report
/usr/bin/analog: Warning R: Turning off empty File Type Report
/usr/bin/analog: Warning R: Turning off empty Directory Report
/usr/bin/analog: Warning R: Turning off empty Domain Report
/usr/bin/analog: Warning R: Turning off empty Organisation Report
/usr/bin/analog: Warning R: Turning off empty Search Word Report
/usr/bin/analog: Warning R: Turning off empty Operating System Report
/usr/bin/analog: Warning R: Turning off empty File Size Report
/usr/bin/analog: Warning R: Turning off empty Status Code Report
Code: Select all
APACHELOGFORMAT (%t %v "%r" %>s %b)
LOGFILE /var/logs/access.logCode: Select all
accesslog.format = "%t "%r" %>s %b "%{Referer}i" "%{User-Agent}i""