lshhpd: unrecognized service

#1
Hello

I was installed LiteSpeed on cPanel server
I configured it to not run at startup (first test, then replace)
Also I was configured it to setup in /var/lsws directory because /var is located on another drive and has many free space

Now when I try to restart lsws it says :
root@server [~]# service lshhpd status
lshhpd: unrecognized service
How Can I restart lsws via ssh?
How can I add it to chkconfig?


Regards
 

mistwang

LiteSpeed Staff
#2
you may need to install the rc script first with

/usr/local/lsws/admin/misc/rc-inst.sh

restart lsws via

service lsws restart

chkconfig lsws on

to turn it on.
 
Top