I'm trying to analyze an ssl log file and extract what pages people request, but I can't correct extract what page was requested

Here is my LOGFORMAT
LOGFORMAT ([%d/%M/%Y:%h:%n:%j] %j %j %j "%r" %b)

Here is a snippet of my log file
[23/Jan/2005:19:53:25 -0500] 158.59.253.50 SSLv3 RC4-MD5 "GET /public/images/red_dot.gif HTTP/1.1" 79
[23/Jan/2005:19:53:25 -0500] 158.59.253.50 SSLv3 RC4-MD5 "GET /public/images/crumbmain.gif HTTP/1.1" 498


When I run the report, %r only returns GET /, though, and if I try to add %j to skip the GET, I get nothing back in the Request report.

I'm using Analog 6.0 running in Mac OS X

Help

Chris

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to