I don't fully understand your question but I have some information that might help. If you have a line in your log file that contains only "- -> /default.ida" or only "- -> /" I would be somewhat surprised as the standard Apache log format should yield more data. But if those are excerpts from lines in your log file, I see no problem with them as the first is a request for a file on a Microsoft system and the second is a request for the document or action that resides at your server root.
Since you reported lines with no hosts, I wonder what log format you specified in your Apache httpd.conf file. Usually, vhost_combined is a good choice for capturing a useful quantity of data. Your situation might require that you use a variation of vhost_combined. Remember, you must define a format in Apache with LogFormat first (multiple definitions okay) before you specify the one format you will use with CustomLog.
HTH,
-- Duke
Dr Aldo Medina wrote:
I'm using Debian Woody with analog/apache/postnuke. When I try to follow the documentation regarding suggestions for separate reports for virtual hosts, I get warnings about lines "with no hosts, which are being filtered". In fact, I have several lines logged as "- -> /default.ida" or "- -> /". Probably this is a problem with the httpd.conf, but is there anyway for analog to correct this (they're ruining my stats)?, or maybe ignore them?. Or does anybody know where to look at in the apache documentation (I already read the log documentation in httpd.apache.org without success)?. TIA.
+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
