Hi @faceline ,
Please check if redis socket file actually exists at this location – /var/run/redis/redis-server.sock
If not, you’ll have to configure the redis server to ensure that it is accepting connections using socket.
To enable Socket connections you need to edit your redis.conf and add these –
# create a unix domain socket to listen on
unixsocket /var/run/redis/redis-server.sock
# set permissions for the socket
unixsocketperm 755
Restart Redis server, verify the sock file and check again. It should work 🙂
-
This reply was modified 7 years, 1 month ago by
Shivam.
Plugin Support
qtwrk
(@qtwrk)
Hi,
Also please try set “port” to “0” , instead of leaving it empty.
Best regards,
I tried to set the port to O but still, Connection Test: Failed
Also, Now Memcached is also not working…!!
-
This reply was modified 7 years, 1 month ago by
Faceline.
Plugin Support
qtwrk
(@qtwrk)
Hi,
What happens if you login to SSH and do
/usr/local/lsws/bin/lswsctrl restart
Best regards,
@faceline Just to confirm, you tried to set the port to the number zero? You typed the letter “o” there, so I just want to make sure you actually tried “0” 🙂
I fixed it after reinstalling the Web server itself. Thank you for support.
-
This reply was modified 7 years, 1 month ago by
Faceline.