Entry
My Apache don't resolves IP addresses in access log file. HostNameLookups is ON and nslookup on my Linux box is working.
Oct 15th, 2002 13:33
Sheri, Rick Ellis, Ivan Ezerski, http://httpd.apache.org/docs/mod/mod_log_config.html#formats
I'm having the same trouble. I'm using Solaris 8 & Apache 1.3.17 --
nslookups on the machine work, but turning HostnameLookups on or using
the logresolve program that comes with Apache doesn't work. I'm using
the combined log format. Here is the line from my httpd.conf for the
log format: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%
{User-Agent}i\"" combined