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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
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