Funmi Beckley <[EMAIL PROTECTED]> wrote:
> The CustomLog command in my httpd.conf file is:
>
> CustomLog logs/access.log common
> CustomLog logs/cookie.log custom.
And this is how your httpd.conf defines "custom":
LogFormat "%h %l %u %t \"%r\" %>s %b
\"%{Referer}i\"\"%{User-Agent}i\"\"%{cookie}i\"" custom
Therefore that's what you use for your APACHELOGFORMAT in Analog:
APACHELOGFORMAT "%h %l %u %t \"%r\" %>s %b
\"%{Referer}i\"\"%{User-Agent}i\"\"%{cookie}i\""
(Note that I can't be sure whether your httpd.conf entry contains a
space between referrer and User agent, because of line wraps, but the
sample entry you show below indicates that there is no space).
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
+------------------------------------------------------------------------