Report this

What is the reason for this report?

How to stop the virtual server from caching my out-going http requests?

Posted on August 27, 2014

I have a 512MB droplet that works great, and am quite happy with DigitalOcean.

Recently, I noticed that the droplet will cache my out-going http requesets. For example, I used wget http://some.dynamic.website.com to fetch its index.html. I got exactly the same file every time (even the linux file meta data was the same), even though the content of the page had actually changed which was verified by visiting it directly from my local web browser. I tried curl instead, I got a new file, but still filled with old content.

Apparently, the droplet had cached the out-going http requests (as well as generated files by a particular program?). This will cut down physical network traffic significantly, thus benifit DigitalOcean, and in most cases, the user as well. However, if I know the target webpage updates frequently and mean to get the latest content, I should be able the do so.

As a reference, I created a new droplet, which turned out behaving differently: it gave me the latest content very time. While for my a month old working droplet, the content updated once or twice per day. It seems that DigitalOcean relies on some internal statistics to determine whether and how much its caching machinary is used.

So my questions are:

  1. Is this feature or limitation unavoidable? Is there any work-around?
  2. Is this related to my enabling VirtI/O?
  3. What’s the internal criteria that controls this cache mechanism (if it is not a secret:)?


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Are you sure that you don’t cache content via Apache, Varnish or something like that? As far as i know they don’t cache any content, and that’s what I (and probably everyone else) expect from DO and every other VPS provider.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.