Announcement

Collapse
No announcement yet.

How to disable ALL limits for ALL customers? (We only need PHP Selector and mod_lsapi.)

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

  • How to disable ALL limits for ALL customers? (We only need PHP Selector and mod_lsapi.)

    Hello,

    We want to use Cloudlinux only for PHP Selector and mod_lsapi functionality.

    We do not want to limit any accounts for cpu or other limits.

    How can we disable ALL limites for ALL users so that Cloudlinux wont interfere with their usage?

    (It is a dedicated server for one customer. Not shared hosting.)

    Thanks.

  • #2
    Hello,

    You can disable all LVE limits with lvectl utility.

    To disable a particular user, run:

    # lvectl set-user username --unlimited

    To disable default LVE limits:

    # lvectl set default --unlimite

    Comment

    Working...
    X