Click to See Complete Forum and Search --> : How to change the logs


roster
08-24-2001, 04:44 PM
Hi,
I am trying to change the log fromat so that I can see where the incoming hits are comming from.
Can someone please help me. I am really new to this.
thanks a lot

klamath
08-24-2001, 04:46 PM
You really need to give us more information. As it is, there is NO WAY anyone could answer your question. You didn't even tell us what application this is!

What application is this (+ version number)? What do you mean by "a hit: (i.e. a request, a single page view (if HTTP), etc)? Which log file is this referring to and what is the existing format (can you give us some samples)? What logging options are currently set in the configuration file (if that app uses one)?

[ 24 August 2001: Message edited by: klamath ]

roster
08-24-2001, 05:00 PM
Sorry, but I am trying to set up the logs that will capture the traffic to the server and I want the information that are captured to be like the following log


164.106.22.111 - - [10/Apr/2001:09:35:56 -0700] "GET / HTTP/1.0" 200 13 "http://my.yahoo.com/p/d.html?v" "Mozilla/4.76 [en] (Win98; U)"


which is ip, date and time, and the where the actual traffic has been originated from.

Thanks a lot