I have Memcache installed, and my phpinfo shows it's using port 11211. When I set Memcached server host:127.0.0.1 and Memcached server port:11211, I get the following errors:
Warning: Memcache::connect(): Can't connect to 127.0.0.1:11211, Connection refused (111) in /home/xxx/public_html/inc/classes/BxDolCacheMemcache.php on line 37
What could be wrong?