PDA

View Full Version : Apache logs


pititis
23rd March 2011, 18:39
Hello,

Today I was surprised after check my apache logs:

access.log

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

[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! :confused::confused:

Any idea??

Cheers!

falko
24th March 2011, 17:08
That's really strange. Do you visit the sites through your server or through a desktop?

pititis
24th March 2011, 20:56
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!!

:confused::eek::confused:

falko
25th March 2011, 14:33
To understand this better: do you have Apache installed on your Ubuntu desktop?

pititis
25th March 2011, 15:12
Yes Falko, I have it

falko
26th March 2011, 15:43
Hm, the only explanation I have is that your Apache might somehow be used as a proxy... :confused:
What happens if you stop Apache? Do you still have Internet access?

pititis
29th March 2011, 21:43
When I stop apache internet access work 100%.