CL configured but not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ffeingol
    Junior Member
    Forum Explorer
    • Mar 2021
    • 11

    #1

    CL configured but not working

    Hello,
    Ive installed CL on a CentOS 5.5 with DirectAdmin,
    The mod_hostinglimits and mod_suexec are installed and both appeared in phpinfo output.
    But when Ive runned the ab -c 50 -n 100000 my_wordpress_url its not limiting the websites usages and the load of server rises to 14

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

    #2
    With DirectAdmin -- it is usually due to php handler not being listed in /etc/httpd/conf.d/modhostinglimits.conf
    Check what your php handler is (usually in php.conf), and add it to AllowedHandlers in /etc/httpd/conf.d/modhostinglimits.conf
    restart apache.
    If that doesn work, please contact our support at https://helpdesk.cloudlinux.com

    Comment

    Working...