Your memcached tutorial is outdated and primarily focused on php. I have searched but cannot find a straightforward guide to setup memcached, with sasl enabled. If I make memcached myself it complains that it cannot find libevent. Even though libevent is installed. I cannot seem to find any clear instruction on how to install memcached using apt install and enable sasl, during install or post install.
How can I set up memcached securely by enabling sasl and configure remote access (I assume using iptables). And yes, I have searched. If someone could assist, I would be greatful. Thank you
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I recently had a similar issue. The following article from the official memcached GitHub worked for me:
https://github.com/memcached/memcached/wiki/SASLHowto
Regards, Bobby