Redis on shared cPanel server running CL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • david
    Junior Member
    • Apr 2020
    • 1

    #1

    Redis on shared cPanel server running CL

    Hi all, relatively new to Cloudlinux, have a question about CafeFS & Redis on cPanel.

    If I install Redis with these guidelines -

    https://cloudlinux.zendesk.com/hc/en...ux-with-CageFS

    does this mean that each cPanel user effectively have there own Redis container which is secure and not accessible by other users also running Redis, or are other steps required to make it work securely?

    Or have I completely missed the mark, and if so any recommendations would be appreciated.

    Thanks in advance.
  • kobiidykhata
    Member
    • Apr 2017
    • 94

    #2
    Hello David,

    no, its a single Redis instance shared between all users. Its a complex problem and we havent seen a working automated solution so far.

    Comment

    • mark
      Junior Member
      • May 2021
      • 1

      #3
      Hello David,

      We are using REDIS on a per-account basis with CageFS enabled for the past ~7 years.

      What need to be done:

      1) Create a configuration file under the user account (i.e. ~/etc/redis/redis.conf)

      2) Create a REDIS cront job monitoring under the user crontab

      3) Enjoy

      It will be safe like MySQL (other local user will still be able to reach the other local users DB).

      And if you want to automate it, simply add the creation of it while you create an account.

      And thats about it.

      Comment

      • george384
        Junior Member
        • Nov 2022
        • 1

        #4
        Hey Mark,

        Can you offer some additional details on how you managed to set this up? Are the users able to clear their own cache, can they modify the memory value or have options at all?

        If you have a cPanel plugin developed, similar to what Kualo has I would be interested in purchasing it if possible

        Thanks,
        George

        Comment

        Working...