memcached not working
-
I have memcached running on ubuntu (latest stable), service Memcached status returns a running service, sock file gets created, I can nc -U the sock file and run stats on it no problem.
However when I try to telnet to 11211 it says connection refused. I read that is because the service is using a Unix socket.
Then…
Your official debug / troubleshooting page says:
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:configuration:cache:object_cache#how_to_debugTry service memcached status, to make sure the service is active (running). Try ss -lptun | grep 11211, to make sure the Memcached port is listening. Try telnet localhost 11211, to make sure you can connect to localhost successfully.
the ss-lptun command returns nothing.
Telnet fails.There are no entries in the log, too.
In the plugin, I see “connection failed” – both when I use the socket instructions (to insert the sock file in the host field, and 0 for port) and when I use localhost and port 11211.I am at the end of my rope for troubleshooting this. Any suggestions? P.S. this is the default droplet provided by litespeed on digitalocean
The page I need help with: [log in to see the link]
- The topic ‘memcached not working’ is closed to new replies.