memcached and Web server running on the same server, how to configure the firewall
memcached and Web server run on the same server, how to configure the firewall to block the extranet from telnet to memcached,
Telnet login memcached also need no password or anything to browse memcached. Generally, how to solve the safety of people.
------Solution--------------------
Memcached using the intranet IP is possible.
The start parameter is set to 127.0.0.1 with the-l binding address and can only be accessed natively.
Example: memcached-d-M 256-c 2048-p 11211-u www-l 127.0.0.1
------Solution--------------------
This post was last edited by phpnewnew on 2014-06-08 11:06:06
Yes, it is good to use the intranet IP when starting up, unless you want to share the data with other servers, then you can add the IP of other servers to the white list of the firewall.