LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 01-17-2013, 04:09 PM   #1
pwatk
Member
 
Registered: Feb 2010
Posts: 33

Rep: Reputation: 0
Apache: Excessive GET requests from Windows 7 host


Hi,

I seam to be having an issue with my wife's new Windows 7 laptop sending GET requests every sixteen seconds to the web server (Apache in this case) on our network.

There's an example:
Code:
192.168.10.50 - - [15/Jan/2013:14:02:05 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:02:22 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:02:38 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:02:56 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:03:12 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:03:28 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:03:44 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:04:01 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:04:17 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:04:33 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:04:49 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:05:06 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:05:22 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
192.168.10.50 - - [15/Jan/2013:14:05:38 +0000] "GET / HTTP/1.0" 200 254 "-" "-"
The server provides a number of services including DNS , DHCP, Samba shares and various web applications.

The laptop obviously uses the server for DNS and DHCP but has never been used to access any of the web applications.

I really cannot figure out why this is happening so I'd appreciate it if anyone could try to point me in the right direction.

Thanks.
 
Old 01-17-2013, 04:14 PM   #2
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
Try using wireshark with an http filter on the windows 7 machine to see if it gives you more info on what is generating the requests. that would be my first step
 
Old 01-19-2013, 01:56 PM   #3
pwatk
Member
 
Registered: Feb 2010
Posts: 33

Original Poster
Rep: Reputation: 0
What I neglected to mention is this only happens intermittently so analysis is kind of difficult and I doubt this makes any difference but the index.html file is totally empty (I'm not serving any static pages).

We've tried narrowing it down by reproducing all the things she did during her last session but nothing was recorded in the logs. She was on the laptop for about an hour and a half and did very few activities other than an online educational course and visiting Facebook.

I can't say this is really causing a problem (every 16 seconds is hardly a DOS attack) it's just weird and since each request is missing a header it's difficult to narrow down.

Windows is so annoying!

Last edited by pwatk; 01-19-2013 at 01:59 PM.
 
Old 01-19-2013, 02:29 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
...then use tcpdump or tshark with a BPF filter for "source host 192.168.10.50 and destination port 80" on the server and save the packets to file, collect them later on and then analyze with Wireshark?
 
1 members found this post helpful.
Old 01-22-2013, 12:52 PM   #5
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
Yep, gonna have to packet capture this one. Wireshark on the windows 7 box with the filters recommended would be my first step.
 
Old 01-24-2013, 05:37 AM   #6
pwatk
Member
 
Registered: Feb 2010
Posts: 33

Original Poster
Rep: Reputation: 0
I finally managed to figure this out, it appears to be something to do with the SSDP protocol.

I guess the service running on the laptop isn't getting the response it wants/expected so it just keeps trying for an hour. When I've got time I might try to fix it (if it really needs fixing).

Thanks for helping everyone.
 
Old 01-28-2013, 02:04 PM   #7
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
Ah SSDP... Same Sh*t Different Protocol? At least you narrowed it down, do you know what app is using this protocol? If you don't have an installed app actually using it and it's just windows trying to discover you can simply turn off the SSDP Discovery service.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Redirect https apache requests to folder not in apache root bax Linux - Enterprise 4 04-12-2010 01:16 PM
Apache Not Accepting Requests Mytob Linux - Newbie 4 05-21-2009 07:44 AM
Keep Apache from going beyond the LAN on internal requests crispyleif Linux - Server 1 04-18-2009 03:54 PM
apache logs - requests to other domains bandejapaisa Linux - Server 1 02-18-2009 01:30 AM
Apache doesn't respond png requests from a remote host. glitchful Linux - Software 3 09-02-2005 09:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 06:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration