Apache logs

Discussion in 'Technical' started by pititis, Mar 23, 2011.

  1. pititis

    pititis Member

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

    Any idea??

    Cheers!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    That's really strange. Do you visit the sites through your server or through a desktop?
     
  3. pititis

    pititis Member

    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:
     
  4. falko

    falko Super Moderator Howtoforge Staff

    To understand this better: do you have Apache installed on your Ubuntu desktop?
     
  5. pititis

    pititis Member

    Yes Falko, I have it
     
  6. falko

    falko Super Moderator Howtoforge Staff

    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?
     
  7. pititis

    pititis Member

    When I stop apache internet access work 100%.
     

Share This Page