Julia Jacobs <[EMAIL PROTECTED]> wrote: > On Tuesday 25 June 2002 09:39 am, you wrote: >> The simplest thing is to use a LOGFORMAT like this: >> LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b >> "http://www.%v.com/%j" "%B"\n) > > Does this mean that I must change httpd.conf's logformat directive to > comply for future use or just the input string for analog ?
Change your Apache configuration for all future logging - it's not logging a key piece of information that you need. You can play with the LOGFORMAT string to retrieve something from your existing logs, but there's no way to tell how useful it will actually be. It might be a total waste of time. > Will this > break out a seperate report for each referrer (vhost) or will I have > to run analog once for each referer (vhost) ? If you enable the VHOST report, it will give you a summary of the VHosts in the log, but it will be fairly similar to what you currently get from the Referrer report, so it may not be worth it. If you want a report on a single Vhost, you have to run analog specifically for that report. Analog only produces a single output file per run. > How does this change if I already have a seperate referrer log file ? This won't work at all if you have a seperate referrer log file. Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
