[AOLSERVER] "unknown" IP address in access log

2007-11-16 Thread Janine Sisk
Does anyone know what causes the IP address to be reported as "unknown" for a handful of acesses each day? unknown - - [13/Nov/2007:12:32:06 -0800] "GET / HTTP/1.0" 200 17880 "" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9" " janine -- AO

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-14 Thread Juan José del Río [Simple Option]
That's very weird, Janine. Maybe some other knows what's going on. In my case, I have a weird behaviour too... 213.99.4.203, 212.170.235.17 - - [14/nov/2007:19:32:31 +0100] "GET / HTTP/1.0" 200 3295 "" "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.4" 0

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-17 Thread Janine Sisk
I am using 4.0.10. thanks, janine On Nov 14, 2007, at 5:25 PM, Tom Jackson wrote: This looks like a reverse lookup, but very strange. Janine's case is also weird. The access log is a small chunk of code, so it might be easy to figure it out. Which versions of AOLserver are being used her

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-17 Thread Tom Jackson
This looks like a reverse lookup, but very strange. Janine's case is also weird. The access log is a small chunk of code, so it might be easy to figure it out. Which versions of AOLserver are being used here? tom jackson On Wednesday 14 November 2007 16:18, Juan José del Río [Simple Option]

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-17 Thread Juan José del Río [Simple Option]
In my case, $ ./nsd -V AOLserver/4.5.0 (aolserver4_5) CVS Tag: $Name: $ Built: Sep 9 2007 at 20:01:03 Tcl version: 8.5 Platform:freebsd Version (as you can see) was built from CVS HEAD at Sept 9th. Around 1% of the entries in my access logs look have

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-17 Thread Carsten Clasohm
Juan José del Río [Simple Option] wrote: > 213.99.4.203, 212.170.235.17 - - [14/nov/2007:19:32:31 +0100] "GET / > HTTP/1.0" 200 3295 "" "Mozilla/5.0 (Windows; U; Windows > NT 5.0; es-ES; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.4" 0.077743 > > What about this? I don't know what's going on with the

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-29 Thread Janine Sisk
I'm looking at nslog.c and I think this is probably the bit that's responsible for my "unknown"s: /* * Append the peer address and auth user (if any). * Watch for users comming from proxy servers. */ if (conn->headers && (p = Ns_SetIGet(conn->headers, "X-Forwarded- For"