The misc/memcached,sasl port
memcached-1.6.22-sasl – distributed memory object caching system (cvsweb github mirror)
Description
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Flavours: sasl - build with support for sasl authenticationWWW: https://www.memcached.org/
Readme
+----------------------------------------------------------------------- | Running ${PKGSTEM} on OpenBSD +----------------------------------------------------------------------- From the upstream documentation, "Memcached does not spend much, if any, effort in ensuring its defensibility from random internet connections. So you must not expose memcached directly to the internet, or otherwise any untrusted users. Using SASL authentication here helps, but should not be totally trusted." The default setting in this package is now to listen on localhost only. If you need it to listen on the network, change the flags, and make sure that the memcached port (default 11211) is firewalled. # rcctl set memcached flags '-u _memcached' To change to listening on a unix socket (local machine only) and allowing access only from members of group _memcached: # rcctl set memcached flags '-u _memcached -s /var/run/memcached/sock -a 0660'
Maintainer
Giovanni Bechis
Categories
Library dependencies
Test dependencies
Files
- /etc/rc.d/memcached
- /usr/local/bin/memcached
- /usr/local/bin/memcached-tool
- /usr/local/include/memcached/
- /usr/local/include/memcached/protocol_binary.h
- /usr/local/include/memcached/xxhash.h
- /usr/local/man/man1/memcached-tool.1
- /usr/local/man/man1/memcached.1
- /usr/local/share/doc/memcached/
- /usr/local/share/doc/memcached/napi_ids.txt
- /usr/local/share/doc/memcached/new_lru.txt
- /usr/local/share/doc/memcached/protocol-binary-range.txt
- /usr/local/share/doc/memcached/protocol-binary.txt
- /usr/local/share/doc/memcached/protocol.txt
- /usr/local/share/doc/memcached/readme.txt
- /usr/local/share/doc/memcached/storage.txt
- /usr/local/share/doc/memcached/threads.txt
- /usr/local/share/doc/memcached/tls.txt
- /usr/local/share/doc/pkg-readmes/memcached
- @newgroup _memcached:637
- @newuser _memcached:637:_memcached::memcache daemon:/var/empty:/sbin/nologin