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?
