How to install LiteSpeed Standard Editon on Plesk onyx

#1
HI all

iam using plesk onyx on my Cloud vps my site have very less traffic online users max only 50 to 60 users and daily usrs visits 2k so i wanted to install standard edition can some one guide me to install it.
 

NiteWave

Administrator
#4
you can apply for a trial license, it's a 2-CPU enterprise lsws.
after everything is ok, you just need replace /usr/local/lsws/bin/lshttpd binary with standard one.
then restart lsws. see if all vhosts are working for your case or lack something.
 
#5
i tried to repalce from standard one lshttpd to server after that i restart litespeed and i got error as litespeed stopped service to i need to revert back old file to start it again.

 

NiteWave

Administrator
#6
I think need replace lscgid as well.

the detail steps should be:
1. stop lsws
/usr/local/lsws/bin/lswsctrl stop
2. mv /usr/local/lsws/bin /usr/local/lsws/bin_backup

3. cp lsws-5.0.19/bin /usr/local/lsws/

4. start lsws
/usr/local/lsws/bin/lswsctrl start
 
#7
i have follow same

i get this error

[root@server ~]# /usr/local/lsws/bin/lswsctrl start
-bash: /usr/local/lsws/bin/lswsctrl: Permission denied


[root@server ~]# /bin/systemctl restart lsws.service
Job for lshttpd.service failed because the control process exited with error code. See "systemctl status lshttpd.service" and "journalctl -xe" for details.
 
Last edited:

NiteWave

Administrator
#8
please compare the permission / owner / group between /usr/local/lsws/bin and /usr/local/lsws/bin_backup
and follow files in /usr/local/lsws/bin_backup
 
#9
after i replace files from bin i can see only 4 files and in bin_backup i can see more now after change permissions

[root@server lsws]]# /usr/local/lsws/bin/lswsctrl restart
[ERROR] Cannot find /usr/local/lsws/bin/litespeed
 
#10
is it just possible to give a a option to panel change from enterprise to standard edition other wise no use of having support on panels for standard edition..
 
Top