Hello, Today I was surprised after check my apache logs: access.log Code: 127.0.0.1 - - [23/Mar/2011:18:30:33 +0100] "GET /gampad/google_service.js HTTP/1.1" 404 518 "http://www.howtoforge.org/forums/newthread.php?do=newthread&f=8" "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.10 (maverick) Firefox/3.6.15" 127.0.0.1 - - [23/Mar/2011:18:30:34 +0100] "GET /pagead/show_ads.js HTTP/1.1" 404 519 "http://www.howtoforge.org/forums/newthread.php?do=newthread&f=8" "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.10 (maverick) Firefox/3.6.15" 127.0.0.1 - - [23/Mar/2011:18:30:34 +0100] "GET /ga.js HTTP/1.1" 404 509 "http://www.howtoforge.org/forums/newthread.php?do=newthread&f=8" "Mozilla/5.0 (X11; U; Linux i686; de-De; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.10 (maverick) Firefox/3.6.15" error.log Code: [Wed Mar 23 18:30:33 2011] [error] [client 127.0.0.1] File does not exist: /var/www/gampad, referer: http://www.howtoforge.org/forums/newthread.php?do=newthread&f=8 [Wed Mar 23 18:30:34 2011] [error] [client 127.0.0.1] File does not exist: /var/www/pagead, referer: http://www.howtoforge.org/forums/newthread.php?do=newthread&f=8 [Wed Mar 23 18:30:34 2011] [error] [client 127.0.0.1] File does not exist: /var/www/ga.js, referer: http://www.howtoforge.org/forums/newthread.php?do=newthread&f=8 All sites I visit are in the log! Any idea?? Cheers!
It is a desktop system. Well I know a little bit now. This issue start when I use my android phone as shared connection. Ubuntu detect the phone, set the usb0 interface and network manager get an ip address from the android's dhcp server. I don't see what the hell causes this issue. I don't use proxy servers, mod_proxy or pac files. rkhunter and chkrootkit reports are ok ...and more, I have tested in a laptop and I got the same issue!!
Hm, the only explanation I have is that your Apache might somehow be used as a proxy... What happens if you stop Apache? Do you still have Internet access?