maxgronlund / memcashed-digiramp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memcached Chef Recipe

Sets up a very basic memcached install with a fairly standard config file.

Configuration

The only configurable option is whether or not to bind to (only accept connections from) 127.0.0.1

If the key node['memcached']['dont_bind'] is set to true then memcached will be configured to accept connections from any IP. This should only be chosen if security is being handled elsewhere, e.g. by firewall rules.

About


Languages

Language:HTML 74.3%Language:Ruby 25.7%