Excessive Internal Server Calls
-
I realized from the statistics of Awstat that huge amount of pages (288.137) have been called from my server itself with the IP address of 50.28.12.50. As a result, my server itself consumed 32 GB of bandwidth for the last month.
Normally, 288.137 pages are expected to generate much more traffic but fortunately I was using W3 Total Cache plugin which limited the bandwidth usage down to 32 GB.
I even reviewed the Raw Access Logs and realized that lots of images from my blog are called my server’s own IP address. Below you can even see some sample logs from the Raw Access Log which normally contains hundred and thousands of similar calls.
50.28.12.50 – – [25/May/2012:08:13:05 -0400] “GET /wp-content/uploads/2011/09/br001182.jpg HTTP/1.1” 200 47109 “-” “PHP/5.3.9”
50.28.12.50 – – [25/May/2012:08:13:05 -0400] “GET /wp-content/uploads/2012/01/br001299.jpg HTTP/1.1” 200 24014 “-” “PHP/5.3.9”
50.28.12.50 – – [25/May/2012:08:13:05 -0400] “GET /wp-content/uploads/2012/05/br001349.jpg HTTP/1.1” 200 55596 “-” “PHP/5.3.9”
50.28.12.50 – – [25/May/2012:08:13:06 -0400] “GET /wp-content/uploads/2011/02/br000915.jpg HTTP/1.1” 200 94694 “-” “PHP/5.3.9”
50.28.12.50 – – [25/May/2012:08:13:06 -0400] “GET /wp-content/uploads/2011/02/br000999.jpg HTTP/1.1” 200 31324 “-” “PHP/5.3.9”
What may be the reason of these internal server calls to our images?
How can I fix this excesssive traffic usage by my server?
Any comment or advice is highly appreciated
- The topic ‘Excessive Internal Server Calls’ is closed to new replies.