I am writing a script which will allow each and every cPanel user to run an instance of memcached on their own.
The script at this point is starting the daemon for every user on a different port. However I would like to set a username and a password for the memcached instance so the users can connect to their own memcached instance.
Could someone give a hint how this can be achieved?
Thank you!