QuietWhistler Posted December 1, 2008 Share Posted December 1, 2008 Hello everyone, I'm trying to build a website that's relying on a cache system, I chose Memcache for this. However, when we've tried to install it on our Linux Server with Cpanel, and tested Memcache, I got the following error: "Cannot connect to localhost:11211". I have checked in the php.ini file and it says that Memcache is installed correctly, with the port 11211. Also, the line "memcache.so" is added in the php ini. However, I cannot seem to find the correct host. When I use the function $memcache->addServer(), the php info file shows 1 persistent connection. My question is how to configure the host correctly so that it will work. Thanks, Shady El Gewily Link to comment https://forums.phpfreaks.com/topic/135010-memcache-error-111-cannot-connect-to-localhost11211/ Share on other sites More sharing options...
corbin Posted December 2, 2008 Share Posted December 2, 2008 Can you telnet into 11211? Link to comment https://forums.phpfreaks.com/topic/135010-memcache-error-111-cannot-connect-to-localhost11211/#findComment-703586 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.