Hello Aengus,

The CustomLog command in my httpd.conf file is:

CustomLog logs/access.log common
CustomLog logs/cookie.log custom.

Here are some examples from the cookie.log file:

192.168.20.20 - - [06/Feb/2002:13:04:17 +0000] "GET
/interact/pharmology?page=Login&formtype=LoginPage&test=notest&redirecturl=%
2Finteract%2Fpharmology%3Fpage%3DSectionWelcome%26a%3D0%26b%3D0&sectionA=0&s
ectionB=0&login=cust1&password=cust1&submit.x=50&submit.y=14 HTTP/1.1" 200
197 "http://192.168.20.167/interact/pharmology?page=SectionWelcome&a=0&b=0";
"Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)""visitor=cust1;
JSESSIONID=To1015mC9414215908341879At"

192.168.20.20 - - [06/Feb/2002:13:04:25 +0000] "GET
/medical_info/img/medical_test.gif HTTP/1.1" 304 -
"http://192.168.20.167/interact/pharmology?page=SectionWelcome&a=2&b=0";
"Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)""-"

How should APACHELOGFORMAT be set in analog.cfg?

Thanks for your help.
================================================================
Below is the Apache Log Format that I have set in my analog.cfg file:

APACHELOGFORMAT (%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\")
APACHELOGFORMAT (%h %l %u %t \"%r\" %>s %b)
APACHELOGFORMAT (%{Referer}i -> %U)
APACHELOGFORMAT (%{User-agent}i)
APACHELOGFORMAT (%S - %j [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%f" "%B"
"%u")



In Apache\conf\httpd.conf, the log format has been set as follows:

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"\"%{cookie}i\"" custom



At the moment I am unable to generate a user report.  Could you please
confirm that the APACHELOGFORMAT I set is correct.

Thanks and Regards,

Funmi

==================================================================

Which of these LogFormats is Apache actually using? Is there a CustomLog
command in your httpd.conf? Aengus 


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.306 / Virus Database: 166 - Release Date: 12/4/2001
 
+------------------------------------------------------------------------
|  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
+------------------------------------------------------------------------

Reply via email to