Depending on your needs/wants, there might be another solution. Host (client hostname, or address of computer making a request) data appears in your logfile and can be included in some reports with LOGFORMAT ([%d/%M/%Y:%h:%n:%j %j] %S %j %j "%j %r %j" %b)
HTH,
-- Duke
Aengus wrote:
On Friday, February 18, 2005 8:21 PM [GMT], Chris Blackstone <[EMAIL PROTECTED]> wrote:
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.
Using this LOGFORMAT (%j for GET and for HTTP/1.1) LOGFORMAT ([%d/%M/%Y:%h:%n:%j] %j %j %j "%j %r %j" %b)
I get this Request Report:
reqs: %bytes: last time: file ----: ------: ---------------: ---- 1: 86.31%: 23/Jan/05 19:53: /public/images/crumbmain.gif 1: 13.69%: 23/Jan/05 19:53: /public/images/red_dot.gif
Aengus +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
begin:vcard fn:Duke Hillard n:Hillard;Duke org:University of Louisiana at Lafayette;University Computing Support Services adr:;;P.O. Box 42770;Lafayette;LA;70504-2770;USA email;internet:[EMAIL PROTECTED] title:University Webmaster tel;work:337.482.5763 x-mozilla-html:TRUE url:http://www.louisiana.edu/ version:2.1 end:vcard
+------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

