Patch 120543-21 wrong IP in apache logs
after applying patch 120543-21 (apache2) in error and access log the ip is listed wrong:
with patch:
[Fri Jan 14 08:51:42 2011] [error] [client
192.168.14.113.14.113
] File does not exist: /var/apache2/htdocs/favicon.ico
[Fri Jan 14 08:51:53 2011] [error] [client
192.168.14.113.14.113
] File does not exist: /var/apache2/htdocs/favicon.ico
without patch:
[Fri Jan 14 09:03:31 2011] [error] [client
192.168.14.113
] File does not exist: /var/apache2/htdocs/favicon.ico
[Fri Jan 14 09:03:44 2011] [error] [client
192.168.14.113
] File does not exist: /var/apache2/htdocs/favicon.ico
does everyone see the same in his logs?
thank you