Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #127075
    David Cloyd
    Guest

    I have the following error message on this site with W3 Total Cache:

    The following memcached servers are not responding or not running:
    Object Cache: 127.0.0.1:11211.
    This message will automatically disappear once the issue is resolved.

    The current Memcached hostname:port / IP:port: value is the default (127.0.0.1:11211) and I have also tried the other suggestion (myqualityoptics.com:11211) and both fail.

    The hosting provider for my VPS is looking into the issue, and said that object caching via memcached is installed for each version of PHP on the server already. They are trying a reinstall with SASL enabled to see if this will fix the issue, but so far no luck.

    Any thoughts?

    #127102
    Marko Vasiljevic
    Keymaster

    Hello David,

    Thank you for reaching out and I am happy to help!
    The W3 Total Cache detects the Memcached if installed and if running. The notification indicates that the Memcached should be restarted
    Check the service at the CLI/SSH: memcached-tool 127.0.0.1:11211 display and memcached-tool 127.0.0.1:11211 stats.
    telnet 127.0.0.1 11211
    should communicate with memcache and respond to status commands etc
    Look if the service is running: ps afux | grep memc
    restart the service if needed (as root/sudo): service memcached restart.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Memcached servers are not responding’ is closed to new replies.