Viewing 6 replies - 1 through 6 (of 6 total)
  • 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 5 years, 11 months ago by Shivam.
    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Also please try set “port” to “0” , instead of leaving it empty.

    Best regards,

    Thread Starter Faceline

    (@faceline)

    I tried to set the port to O but still, Connection Test: Failed
    Also, Now Memcached is also not working…!!

    • This reply was modified 5 years, 11 months 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,

    Plugin Support LiteSpeed Lisa

    (@lclarke)

    @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” ??

    Thread Starter Faceline

    (@faceline)

    I fixed it after reinstalling the Web server itself. Thank you for support.

    • This reply was modified 5 years, 11 months ago by Faceline.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Redis Cache Connection Test Failed’ is closed to new replies.