Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
litespeed_wiki:admin:litespeed_is_not_updating [2018/02/27 16:19] Tihomir created |
litespeed_wiki:admin:litespeed_is_not_updating [2025/05/21 18:47] (current) Lisa Clarke Redirect to new Documentation Site |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== LiteSpeed WebServer is not updating ====== | + | ~~REDIRECT>https://docs.litespeedtech.com/lsws/~~ |
- | + | ||
- | If you have problem updating LiteSpeed WebServer through control panel (like cPanel, DirectAdmin) you can do it from the terminal. | + | |
- | + | ||
- | 1. Login to your server through ssh. | + | |
- | + | ||
- | 2. Remove files in the directory /dev/shm/lsws with the command: | + | |
- | + | ||
- | rm -rf /dev/shm/lsws | + | |
- | + | ||
- | 3. Update Litespeed Webserver to the latest version with command: | + | |
- | + | ||
- | /usr/local/lsws/admin/misc/lsup.sh -f -v <version number> | + | |
- | + | ||
- | You can get version number from this page ( https://www.litespeedtech.com/products/litespeed-web-server/release-log ). | + | |
- | + | ||
- | For example: | + | |
- | + | ||
- | /usr/local/lsws/admin/misc/lsup.sh -f -v 5.2.4 | + |