Excessive generated traffic in the logs
-
WordPress 2.8.5, CentOS 5
We have a site that generates excessive amount of traffic according to the Apache logs. According to the logs the site is generating about 150MB of “viewed” traffic but 10-15GB of “not viewed” traffic. The log files are full of the 7 lines below which are generated every 10th of a second with a new timestamp. The strange thing is that the IP address (38.106.14.185) is the shared IP address of the server itself.
38.106.14.185 – – [22/Nov/2009:02:10:27 -0800] “GET /blog/ HTTP/1.0” 301 0 “-” “WordPress/2.8.5; https://www.foo.com/blog”
38.106.14.185 – – [22/Nov/2009:02:10:27 -0800] “GET /blog/ HTTP/1.0” 200 26598 “-” “WordPress/2.8.5; https://www.foo.com/blog”
38.106.14.185 – – [22/Nov/2009:02:10:27 -0800] “GET /blog HTTP/1.0” 301 229 “-” “WordPress/2.8.5; https://www.foo.com/blog”
38.106.14.185 – – [22/Nov/2009:02:10:27 -0800] “GET /blog/ HTTP/1.0” 301 0 “-” “WordPress/2.8.5; https://www.foo.com/blog”
38.106.14.185 – – [22/Nov/2009:02:10:27 -0800] “GET /blog/ HTTP/1.0” 200 26598 “-” “WordPress/2.8.5; https://www.foo.com/blog”
38.106.14.185 – – [22/Nov/2009:02:10:27 -0800] “GET /blog HTTP/1.0” 301 229 “-” “WordPress/2.8.5; https://www.foo.com/blog”
38.106.14.185 – – [22/Nov/2009:02:10:27 -0800] “GET /blog/ HTTP/1.0” 301 0 “-” “WordPress/2.8.5; https://www.foo.com/blog”Any thoughts of what is going on is highly appreciated.
//jonas
- The topic ‘Excessive generated traffic in the logs’ is closed to new replies.