Announcement

Collapse
No announcement yet.

Lve and services

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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,

  • #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...
    X