https://issues.apache.org/bugzilla/show_bug.cgi?id=43667
Jonathan Nicol <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
Version|2.0.52 |2.0.59
--- Comment #1 from Jonathan Nicol <[EMAIL PROTECTED]> 2008-03-23 11:54:37 PST
---
I'm having similar behavior on CentOS 4.6...
httpd-2.0.59-1.el4s1.10.el4.centos
2.6.9-67.0.1.ELsmp
Standard network setup here (no 802.1q), Apache is logging every request with
the same IP address (not always ending with a 0 like OP). It changes every
restart, so I assume it's the IP of the first client it sees.
Here's a great example, the same client, same real source IP address, logged
differently before and after a restart (neither of these IPs are correct):
152.62.85.53 - - [22/Mar/2008:17:49:00 -0400] "GET /redalert.php HTTP/1.0" 200
7 "-" "RedAlert"
200.255.78.56 - - [22/Mar/2008:18:04:01 -0400] "GET /redalert.php HTTP/1.0" 200
7 "-" "RedAlert"
I've tried both "Listen 0.0.0.0:80" and "Listen 80". I also have
"NameVirtualHost *:80" and <VirtualHost *:80>
I turned on 'HostnameLookups On' and it logs the correct reverse lookups, so
httpd must know the correct IP addresses somewhere.
CustomLog logs/access_log combined
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
Please help, this is driving me crazy!
thanks
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]