User Tools

Site Tools


installing_memcached

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
installing_memcached [2009/08/05 02:37]
k2patel created
installing_memcached [2020/08/10 02:35] (current)
Line 1: Line 1:
 ====== Installing Memcached ====== ====== Installing Memcached ======
  
-To install memcached on free bsd simply follow steps below.+To install memcached on freebsd ​simply follow steps below.
  
 <code bash> <code bash>
Line 13: Line 13:
 memcached_enable="​YES"​ memcached_enable="​YES"​
 memcached_flags="​-m 256 -l 127.0.0.1 -p 11211" memcached_flags="​-m 256 -l 127.0.0.1 -p 11211"
 +memcached_user="​xyz"​
 </​code>​ </​code>​
  
Line 21: Line 22:
 -l : address you want to listen on. - specify external ip if you want to centralize memcache between few server. -l : address you want to listen on. - specify external ip if you want to centralize memcache between few server.
 -p : specify ports for the memcached -p : specify ports for the memcached
 +-u : User as owner of memcached process
 </​code>​ </​code>​
  
 +Testin memcached status.
 +
 +<code bash>
 +echo stats | nc 127.0.0.1 11211
 +</​code>​
 You are good to go. You are good to go.
installing_memcached.1249439864.txt.gz ยท Last modified: 2020/08/10 02:30 (external edit)