извиняюсь за мой английский, но на русском не нашел:
Цитата:
|
You don't! Well, you used to not be able to. Now you can. If your client supports it, you may use SASL authentication to connect to memcached.
Keep in mind that you should do this only if you really need to. On a closed internal network this ends up just being added latency for new connections (if minor).
|
http://code.google.com/p/memcached/w..._authenticate?
Цитата:
|
15.6.5.20: Is the data inside of memcached secure?
No, there is no security required to access or update the information within a memcached instance, which means that anybody with access to the machine has the ability to read, view and potentially update the information. If you want to keep the data secure, you can encrypt and decrypt the information before storing it. If you want to restrict the users capable of connecting to the server, your only choice is to either disable network access, or use IPTables or similar to restrict access to the memcached ports to a select set of hosts.
|
http://dev.mysql.com/doc/refman/5.0/...em-15-6-5-1-20
другими словами, они в принципе добавили аутентификацию в memcached, но по возможности этого лучше избегать: либо использовать iptables либо не делать memcache сервер видимым извне.
Сообщение от greatilya
|
UPD: дело в том что не очень удобно добавлять ip адреса по мере докупки серверов ... еще пока покопаю идеи ...
|
значит надо сделать это удобным, например,
$ add-another-server 127.0.0.1
aye aye, sir...
а что, memcache у себя дома на компьютере запускается? Ну есть в принципе такая штука, как
динамический dns, но...