How do you start and stop the server?

#1
George,
I looked on your Wiki for "starting server" and "stopping server" (and the singular form) and found no information.
Where does one go for basics like this?
Do we do this on the Administration Panel ( www.website.com:adminPortNo) or on the command line in the /opt/lsws folder?
Many Thanks,
David
 

anewday

Well-Known Member
#2
You can install the lsws service using /lsws/admin/misc/rc-inst.sh

and then you can perform the following to start and stop the server.

service lsws start
service lsws stop

This along with rc-uninst.sh should be added to the wiki. And chkconfig httpd off on the notes.
 
Last edited:
#3
Thank you for your fine instructions.
If I understand correctly, we cannot use the graphic admin console because if we stopped the server the console would also be destroyed?

What is rc-uninst.sh used for?

What did you mean by:
And chkconfig httpd off on the notes.

Where are the best doc's to see how the 3.3 is managed. I know you guy's love to point out links to the 'Onion' dude, but they always refer to older versions of Litespeed.
Thank you,
David
 

anewday

Well-Known Member
#4
Thank you for your fine instructions.
If I understand correctly, we cannot use the graphic admin console because if we stopped the server the console would also be destroyed?

What is rc-uninst.sh used for?

What did you mean by:
And chkconfig httpd off on the notes.

Where are the best doc's to see how the 3.3 is managed. I know you guy's love to point out links to the 'Onion' dude, but they always refer to older versions of Litespeed.
Thank you,
David
I think that's the reason you cannot stop lsws from the admin console. rc-uninst.sh is to remove the lsws service and from loading at startup. chkconfig httpd off is to remove apache from loading at startup. I meant he should add that to the notes on the wiki.
 
Top