CloudLinux not working with directadmin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • houfa2005
    Junior Member
    • Mar 2021
    • 2

    #1

    CloudLinux not working with directadmin

    hello all,

    i was searching for a long time for a way to limit users resource usage on my linux server , Finally i found cloudlinux .

    But unfortunately , its not doing the work , its installed perfectly and the plugin is controlling the suers and giving limits.

    and it limit one to
    1% CPU ,
    128 RAM ,
    Entry processes 1,
    Number of cores per LVE 1

    and i did test that user website from external server and make this command

    ab -n 500000 -c 200 http://mydomain

    but the load goes up to 40 in the server containing the user, not controlled by clodelinux . its the same as if the user out of cloudelinux control , NO DIFFERENCE.

    Any suggestion guys ?
  • iseletsk
    Senior Member
    • Dec 2017
    • 1199

    #2
    The most common problem with directadmin is that php handler doesn match the one in AllowedHandlersin modhostinglimits.conf
    Check your handlers for suPHP/mod_php (depending on which one you are running), and then the one in modhostinglimits.conf

    Also, just in case -- if you hit static page, CL does nothing. We only limit php/cgi scripts.

    If you have any problems configuring CL, contact our support at helpdesk.cloudlinux.com

    Comment

    • meto
      Junior Member
      Forum Explorer
      • Mar 2021
      • 17

      #3
      > Igor Seletskiy wrote:
      > Also, just in case -- if you hit static page, CL does nothing. We only limit php/cgi scripts.

      Is it the same with mod_ruid2?

      Comment

      • iseletsk
        Senior Member
        • Dec 2017
        • 1199

        #4
        Yes, same with mod_ruid2

        Comment

        Working...