Redis sockets in cPanel and CloudLinux CageFS

Install Redis normally Add the user to the Redis group usermod -a -G redis YourUserHere Open up the CageFS mount points file nano /etc/cagefs/cagefs.mp Add the Redis folder to the mount points. /var/run/redis Enable the socket in the Redis config file nano /etc/redis.conf Add the following: unixsocket /var/run/redis/redis.sock unixsocketperm 770 Every time you restart Redis… Continue reading Redis sockets in cPanel and CloudLinux CageFS

Exit mobile version