Report this

What is the reason for this report?

External Vanish Server on Ubuntu 12.04

Posted on March 19, 2014

I would like to configure an external Vanish server. Does this make sense? If yes, could someone please tell me how to configure it properly.

Internet < > VANISH < > Webserver

I will be hosting multiple website on the Webserver and I want to make sure that, if one gets hit by traffic, VANISH will basically step in and serve mostly static sites.



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.

Yes it does, and it should be very similar to setting up varnish on the same server (see https://www.digitalocean.com/community/articles/how-to-install-and-configure-varnish-with-apache-on-ubuntu-12-04--3 ) <br>except that instead of configuring your backend to be localhost port 8080(this tutorial’s equivalent of 127.0.0.1:8080) you would instead use the ip of your webserver and the default port 80(assuming that is where apache is there) <br> <br>After that, the domain name and the ip you would give to clients would be that of the varnish server and NOT that of your webserver. <br> <br>I hope this helps

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.