Hi,
i use analog 5.21-1 and i have this problem when i start it:
analog: analog version 5.21/Unix
analog: Warning M: Logfile /home/sites/site77/web/weblogs/access.log contains
  lines with no file names: page counts may be low
  (For help on all errors and warnings, see docs/errors.html)
analog: Warning M: Logfile /home/sites/site77/web/weblogs/access.log contains
  lines with no bytes: byte counts may be low
analog: Warning L: Large number of corrupt lines in logfile
  /home/sites/site77/web/weblogs/access.log: turn debugging on or try different
  LOGFORMAT
    Current logfile format:
      %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B"\n
      %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B"\n
      %S %j %j [%d/%M/%Y:%h:%n:%j] "%r" %c %b "%f" "%B"\n
      %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b\n
      %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b\n
      %S %j %j [%d/%M/%Y:%h:%n:%j] "%r" %c %b\n
      [%d/%M/%Y:%h:%n:%j] %F -> %r\n
      %F -> %r\n
      [%d/%M/%Y:%h:%n:%j] %B\n
      [%d/%M/%Y:%h:%n:%j] %B\n
analog: Warning R: Turning off empty Search Word Report
analog: Warning R: Turning off empty Operating System Report
 
 
 
LOGFORMAT in my httpd.conf is this:
 
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" %{User-Agent}i\" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
 
 
and in my analog.cfg i have this:
 
LOGFORMAT COMBINED
LOGFORMAT COMMON
LOGFORMAT REFERER
LOGFORMAT BROWSER
LOGFORMAT ([%d/%M/%Y:%h:%n:%j] %B)
LOGFILE /home/sites/site77/web/weblogs/access.log
 
 
how can i resolve my problem?

Reply via email to