Forum Moderators: phranque
The problem I have with that however is that when doing the logresolves, it REPLACES the IP with a hostname in which 9 out of 10 times the IP is no longer there, not even in a 123_456etc. form (which does happen sometime for some ISPs).
If something is every up and I need to search the apache logs for an IP, it will not be possible to match up cuz all I hae is hostname.
Is there any way to tell apache to keep the original IP address while adding itīs hostname next to it?
See also:
[httpd.apache.org...]
To detail it, this is the situation before running logresolve:
123.123.123.123 - - [28/Dec/2003:16:01:05 -0800] "GET /index.pwnd
And this is how the logfile looks AFTER running logresolve:
cache-ntc-af123.proxy.aol.com - - [28/Dec/2003:16:01:05 -0800] "GET /index.pwnd
If anyone can shed any light on this, thx!