After upgrading from Apache 2.2.3 to 2.2.4 (Win32 version) the behaviour of Access.log changed so that the IP address of the client (remote host) is always 0.0.0.0.
No changes were made to httpd.conf.
With version 2.2.3 the IP address of the client (remote host) was correct.

In httpd.conf there are following lines concerning the access.log

<IfModule log_config_module>
   LogFormat "%h %l %u %t \"%r\" %>s %b" common
   CustomLog logs/access.log common
</IfModule>

Any clue what could be causing this ?





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to