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 Quote Link to comment Share on other sites More sharing options...
corbin Posted December 2, 2008 Share Posted December 2, 2008 Can you telnet into 11211? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.