Lve and services

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diego-santos3
    Junior Member
    Forum Explorer
    • Mar 2021
    • 16

    #1

    Lve and services

    Hi, as cpanel lacks of redis / memcache etc support, i would like to ask if there is a way to run different instances of memcache for example inside users lve.

    If every user could run the memcache daemon inside its lve, by using sockets (so no chance of same port) we could set up securely a caching for each account.

    Is there a way to setup that?

    best,
  • apb
    Senior Member
    • Feb 2018
    • 386

    #2
    Hi,

    This is not a widely used config, but you may try your luck with LVE wrappers:

    /bin/lve_suwrapper LVE_id /usr/bin/memcached -u USER -c 100 -m 128 -s SOCKET -d

    Comment

    Working...