Softaculous


Topic : Webuzo + memcached


Posted By: interserver on February 28, 2018, 5:01 pm
Webuzo offers memcached as an install option. However, it does not llisten on the local interface but all ips.

The start script has

        # Starting memcached with 64MB memory on port 11211 as deamon and user nobody
        $exec -m 64 -p 11211 -d -u nobody

fix 1: would be $exec -m 64 -p 11211 -d -u nobody -l localhost

or apply the latest release to disable udp: https://github.com/memcached/memcached/wiki/ReleaseNotes156


However in the end a memcached server should not be accessible on the public network, and if it is it should be firewalled off.



Edited by interserver : February 28, 2018, 5:19 pm

Posted By: webuzo_manager on March 2, 2018, 6:52 am | Post: 1
Hi,

I have forwarded this to the Apps department, thank you for reporting the issue.

Posted By: cata77 on April 12, 2019, 2:49 pm | Post: 2
Hello,
do you have any news regarding this change?

Posted By: punit on April 13, 2019, 5:51 am | Post: 3
Hi,

Sorry for the inconvenience. We will update Memcached version and notify you soon.


-----------------------
Regards
Punit Varia
Script Packaging Head

Posted By: punit on April 17, 2019, 5:52 am | Post: 4
Quote From : cata77 April 12, 2019, 2:49 pm
Hello,
do you have any news regarding this change?


We have updated Memcached Version to 1.5.12.


-----------------------
Regards
Punit Varia
Script Packaging Head

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.