Access memcache on remote servers
By default memcache server is restricted to localhost and cannot be accessed outside server. You have to make configuration changes to allow others to listen memcache server. Now make changes in memcache configuration. vi /etc/memcached.conf Keep in mind that the -l parameter is set to 0.0.0.0, which essentially allows connections from ANY...