My server was running on 100% CPU and looking at the Apache logs I saw hundreds of thousands of connections that looked like this:
10.190.45.31 - - [13/Mar/2014:15:29:02 +0000] "GET SOMETHING HTTP/1.1" 200 2261 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (via ggpht.com GoogleImageProxy)"
The IP is that of my load balancer, which unfortunately I hadn't setup with logging, so I can't identify the true source of this requests.
Does anyone know what kind of traffic is this?