This is a typical entry in my httpd.conf file:
CustomLog /home/httpd/mydomain.com/logs/combined_log combined
This tells apache to use a CustomLog format defined earlier in the file
as 'combined' and store it a /home/httpd/....
HTH, Brian
> >I'm trying to generate some logs with analog. I get an error message
> >saying
>
> [snippage]
>
> Yes it does... what's happening there is Apache is "defining" certain log
> formats. Almost immediately thereafter should be another line:
>
> CustomLog /var/log/httpd/access_log common
>
> It may also read "combined" at the end, which is the one you want if
> you're looking for Browser and Referrer data. What's going on here is a
> two-stage process: Define the kinds of logs available, and assign one of
> those kinds to a specific log file.
>
> You don't need a LOGFORMAT line in analog.cfg, Analog picks right up on
> the Apache common and combined formats automagically.
------------------------------------------------------------------------
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]/
------------------------------------------------------------------------