Differences
This shows you the differences between two versions of the page.
litespeed_wiki:cloudlinux:lve-limiting-nobody-user [2015/07/30 19:59] Michael Alegre created |
litespeed_wiki:cloudlinux:lve-limiting-nobody-user [2025/05/21 18:18] (current) Lisa Clarke |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Check If The "nobody" User Is Being Limited By LVE ===== | + | ~~REDIRECT>https://docs.litespeedtech.com/cp/cpanel/ts-cloudlinux/#nobody-user-limited-by-lve~~ |
- | + | ||
- | LSWS and LSPHP run as "nobody" by default. If the "nobody" user is being limited by CloudLinux LVE, it could cause some problems. How to check it and set it to unlimited? | + | |
- | + | ||
- | You can run the following: | + | |
- | + | ||
- | lvectl list-user | grep nobody | + | |
- | + | ||
- | if it is limited, you should set it to unlimited with command | + | |
- | + | ||
- | lvectl set-user nobody --unlimited | + |