I ran a server with the following config:
 
Analog Version:3.32
OS: BSDI 4.0.1
Apache: 1.1.3
Virtual Domains: 300
 
httpd.conf
========
Transferlog /www/weblogs/access_log
 
<VirtualHost 209.196.100.1>
ServerName www.wyp.com
DocumentRoot /www/wyp
</VirtualHost>
 
<VirtualHost 209.196.100.1>
ServerName www.tai.com
DocumentRoot /www/wyp/tai
</VirtualHost>
 
and 300 more similar virtual hosts
 
analog.cfg
========
LOGFILE /www/weblogs/access_log
OUTFILE /www/wyp/stats/stats%y%M.html
Hostname "www.wyp.com"
SUBDIR http://*/*/
 
virtcoms.cfg
==========
LOGFORMAT (%v %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B")
LOGFILE /www/weblogs/access_log http://www.%v.com
OUTFILE /www/worldyellowpages/stats/virtdoms%y%M.html
HOSTNAME "Virtual Domains"
SUBDIR http://*/*/
 
When I execute analog with both the cfg files, I get the following errors and the output file is empty.
Can anyone please help.
 
su-2.02# ./analog
./analog: Warning R: Turning off empty Virtual Host Report
  (For help on all errors and warnings, see docs/errors.html) 
 
su-2.02# ./analog +gvirtdoms.cfg
./analog: Warning L: Large number of corrupt lines in logfile
  /www/weblogs/access_log: try different LOGFORMAT
  (For help on all errors and warnings, see docs/errors.html)
    Current logfile format:
      %v %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%j" "%j"\n
./analog: Warning R: Turning off empty time reports
./analog: Warning R: Turning off empty Request Report
./analog: Warning R: Turning off empty File Type Report
./analog: Warning R: Turning off empty Directory Report
./analog: Warning R: Turning off empty Host Report
./analog: Warning R: Turning off empty Domain Report
./analog: Warning R: Turning off empty Virtual Host Report
./analog: Warning R: Turning off empty File Size Report
./analog: Warning R: Turning off empty Status Code Report
 
Thank you

Reply via email to