Differences

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

Link to this comparison view

Both sides previous revision Previous revision
litespeed_wiki:cache:lscwp:configuration:cache:object_cache:unix-socket [2018/01/22 13:56]
Lisa Clarke [for Centos6.X]
litespeed_wiki:cache:lscwp:configuration:cache:object_cache:unix-socket [2018/01/22 13:57] (current)
Lisa Clarke [for Centos6.X]
Line 28: Line 28:
   - Edit ''/​etc/​sysconfig/​memcached''​ and change <​code>​OPTIONS=""​   - Edit ''/​etc/​sysconfig/​memcached''​ and change <​code>​OPTIONS=""​
 USER=""</​code>​ to <​code>​OPTIONS="​-s /​path/​to/​memcached.sock -a 0770" USER=""</​code>​ to <​code>​OPTIONS="​-s /​path/​to/​memcached.sock -a 0770"
-USER="​username"</​code>​ where ''​user'' ​is the same user that runs PHP.+USER="​username"</​code>​ where **USER** ​is the same user that runs PHP.
   - Start Memcached <​code>​service memcached start</​code>​   - Start Memcached <​code>​service memcached start</​code>​
   - Check if everything is working well: <​code>​nc -U /​path/​to/​memcached.sock   - Check if everything is working well: <​code>​nc -U /​path/​to/​memcached.sock
  • Admin
  • Last modified: 2018/01/22 13:57
  • by Lisa Clarke