On 3/4/00 6:16 AM Abhijeet Tale ([EMAIL PROTECTED]) wrote:

>Foll. is the format of the logfile.
>
>202.14.14.123 - - [03/Mar/2000:14:33:01 +0530] "GET 
>/lm.e?l=misha&f=46&m=Inbox&s=Dd&a=R HTTP/1.1" 200 11668 
>"http://mail.hoohoo.org/lm.e?l=misha&f=46&m=Inbox&s=Dd&a=R" "Mozilla/4.0 
>(compatible; MSIE 4.01; Windows 98)"
>
>202.14.25.16 - - [03/Mar/2000:14:33:11 +0530] "GET 
>/lm.e?l=sales&f=76&m=Inbox&s=N HTTP/1.1" 200 8065 
>"http://mail.goldie.com/gm.e?l=sales&f=76&m=Inbox&mid=6" "Mozilla/4.0 
>(compatible; MS IE 5.0; Windows 98; DigExt)"
>
>The single log file has logs for all our domains, how do i make analog 
>report analysis for only a single domain?

You can't do it with that log format. There isn't any way to tell which 
log entry goes with which server. You need to change your Apache 
configuration to log the virtual domain, try:

LogFormat "%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""

in Apache and:

APACHELOGFORMAT (%h %v %u %t \"%r\" %>s %b \"%{Referer}i\" 
\"%{User-Agent}i\")

in Analog.

Good Luck
Jason

-----------------
[EMAIL PROTECTED]
-----------------
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
  -- Peter van der Linden, Expert C Programming, Deep C Secrets


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to