0
我注意到在我的生產Rails日誌中,正好每隔5分鐘,我有一個GET請求從我的根本URL從127.0.0.1這顯然是我的本地主機。Rails日誌記錄127.0.0.1每5分鐘
Started GET "/" for 127.0.0.1 at 2012-07-01 14:05:03 -0500
Processing by ApplicationController#landing as */*
Rendered shared/_header.html.erb (0.9ms)
Rendered shared/_footer.html.erb (0.5ms)
Rendered application/landing.html.erb (5.7ms)
Completed 200 OK in 8ms (Views: 7.9ms)
我從來沒有在任何其他Rails應用程序中看到過這個。我正在使用New Relic,MongoDB,Nginx和Unicorn。任何人都可以告訴我爲什麼會發生這種情況,或者是什麼意思?
[New Relic](http://newrelic.com/)? –
它來自localhost,所以也許不是。我使用rackspace並注意到類似的內部請求。 – Angelo