Code Monkey home page Code Monkey logo

varnish-hive's Introduction

varnish-hive License

  1. Overview
  2. Description
  3. Requirements
  4. Setup
  5. Usage
  6. Limitations
  7. Contributors
  8. Author Information
  9. Miscellaneous

Overview

Description of varnish-hive

domain.tld

Description

Replicate varnish cache between all the active varnishes present in the configuration file.

Requirements

varnish 4.1.7 (no, varnish 4.1.1 won't work).

Setup

From source

./autogen.sh
./configure
make
sudo make install

Create varnish-user

utils/create_user.sh

Create .deb package

bash utils/deb_packager.sh

You will find the .deb package in varnish-hive parent folder

Usage

Configuration

/etc/varnish/varnishhive.ini configuration file format:

See etc/varnish/varnishhive.ini

Daemon options

sudo service varnish-hive start

VCL modifications

...
include "/etc/varnish/varnishhive.vcl";
...
sub vcl_recv {
...
	call varnishhive_vcl_recv;
...
}

Limitations

Works only with varnish > 4.1.3

Authors Information

jambon69 [email protected]

dave [email protected]

sams [email protected]

sxbri [email protected]

Alain ROMEYER [email protected]

(guidance) poolpOrg [email protected]

Development

Please read carefully [CONTRIBUTING] (https://raw.githubusercontent.com/vente-privee/varnish-hive/master/CONTRIBUTING) before making a merge request.

Miscellaneous

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝

varnish-hive's People

Contributors

poolporg avatar aromeyer avatar

Watchers

James Cloos avatar Louis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.