litespeed is a high performance web server.
Install LiteSpeed Web Server
Install CyberPanel on CentOS 7
Install OpenLiteSpeed on Ubuntu/Debian
Install LiteSpeed Web Server on Cpanel Server
Login to admin interface at
https://IP_ADDR:7080/
To check the version, run
1 2 3 |
# /usr/local/lsws/bin/lshttpd -v LiteSpeed/5.3 Enterprise # |
To check the license, run
1 2 3 4 5 |
# /usr/local/lsws/bin/lshttpd -V [OK] Leased license key 1 will expire in 11 days! 2018-09-26 19:32:39.183054 [NOTICE] Memory size is: 65633856KB. 2018-09-26 19:32:39.622593 [NOTICE] [OK] Updated license key has been created at /usr/local/lsws/conf/license.key. # |
To see status, run
1 2 3 |
# /usr/local/lsws/bin/lswsctrl status litespeed is running with PID 19512. # |
Restart litespeed
1 |
/usr/local/lsws/bin/lswsctrl restart |
Reset admin password
1 |
/usr/local/lsws/admin/misc/admpass.sh |