Changes

Jump to navigation Jump to search
68 bytes added ,  23:04, 6 March 2017
m
→‎Redis: add the redis user to the www group
Line 309: Line 309:  
  unixsocket /var/run/redis/redis.sock
 
  unixsocket /var/run/redis/redis.sock
 
  unixsocketperm 777
 
  unixsocketperm 777
 
+
and to add the redis user to the www group:
 +
usermod -a -G redis www
 
Then start the redis server:
 
Then start the redis server:
 
  # /etc/rc.d/init.d/redis start
 
  # /etc/rc.d/init.d/redis start

Navigation menu