Could be any number of things... 111 is just the ECONNREFUSED error code value from underlying socket connect() syscall.
Apologies if you've tried or thought of these top-of-head ideas already... a - is memcached really running? on port 11211? b - can you telnet to it? can you telnet as the same user as your websvr/php, on the same box? c - if a is yes and b is no, you might have weird firewall rules? On Fri, Sep 5, 2008 at 11:47 AM, pedalpete <[EMAIL PROTECTED]> wrote: > > I've tried reinstalling memcache a few times, and I can connect to it > from root, but when attempting to connect via my php page, I get a > [code] > Memcache::connect() [memcache.connect]: Server 127.0.0.1 (tcp 11211) > failed with: Connection refused (111) > [/code] > > I have tried using 'localhost' as the server which works on my dev > machine, but not on testing or prod. > > I can't seem to find what this error means. > Anybody know? >
