Hi.
Using:
- FFPC 0.4.1
- WordPress 3.2.1
- apache mod_php
- memcached 1.4.10
CLI suggests that memcache is running:
telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
stats
STAT pid 23002
STAT uptime 15264076
STAT time 1345821310
STAT version 1.4.10
STAT libevent 1.4.12-stable
STAT pointer_size 32
STAT rusage_user 1434.026495
STAT rusage_system 9286.831125
STAT curr_connections 5
etc...
I have added the necessary define('WP_CACHE',true); to the config file and set the plugin settings to:
hostname: localhost
port: 11211
...but the "Settings for memecached backend" state:
Backend status: DOWN.
Is this a false positive or is something else wrong?
I've turned on "Enable debug mode" and "Enable syslog messages" but am not sure where to gather the results.
Thanks in advance.