使用其他服务器的memcache

时间:2012-12-19 06:55:09

标签: php linux ubuntu memcached port

我有一个基于Ubuntu的内存缓存服务器。

现在我希望我的新服务器使用旧服务器的内存缓存。

我尝试了什么?

在防火墙11211中打开tcp端口

但我仍然无法使用它。

在/etc/memcached.conf中:

# Specify which IP address to listen on. The default is to listen on all IP addresses
# This parameter is one of the only security measures that memcached has, so make sure
# it's listening on a firewalled interface.
-l 127.0.0.1

我已将127.0.0.1更改为0.0.0.0/0

Sudo Ip平板电脑输出

[sudo] password for azureuser:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     udp  --  anywhere             anywhere             udp dpt:bootpc

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

1 个答案:

答案 0 :(得分:2)

我解释您的问题,因为您希望localhost使用另一台机器memcached实例。

如果情况确实如此,那么您只需要将127.0.0.1替换为其他机器IP,例如192.168.1.111