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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 2webmaster
    Senior Member
    Forum ExplorerTechnical AssociateSolutions Developer
    • Mar 2021
    • 101

    #1

    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.
  • vmarchuk
    Senior Member
    • Mar 2017
    • 142

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