IP reported as 0.0.0.0 in Apache access log
October 30th, 2007
If you are running Apache on a Windows 2000 server, and notice your access logs are coming up with 0.0.0.0 IP addresses
0.0.0.0 - - [30/Oct/2007:19:29:11 -0400] “GET /ad_images/siam.gif HTTP/1.1″ 304 -
or similar, in your WordPress install posts are coming from a 0.0.0.0 IP, check your httpd.conf, and add the following line:
Win32DisableAcceptEx
at the top of the file. Restart Apache and your should be ok!