PDA

View Full Version : Easy switch from apache to litespeed and opposite


ASTRAPI
05-17-2009, 06:00 PM
Hello

Whta i must do when i setup litespeed so i can switch very easy from apache to litespeed and from litespeed to apache?

And how i can do that switch?

Thanks

mistwang
05-17-2009, 06:03 PM
If you use cPanel, we have a WHM plugin can do that easily.
Otherwise, you can have do it from ssh shell.

ASTRAPI
05-17-2009, 07:55 PM
I have 2 servers one with Direct Admin and another one with Cpanel so i need more info for both cases please.

Thank you.

mistwang
05-18-2009, 01:49 PM
For DirectAdmin, just do

service lsws stop
service httpd start or service apache start

to switch from LSWS to Apache, vice versa for Apache to LSWS.

For cPanel just login to WHM to use the plugin.

ASTRAPI
05-18-2009, 03:50 PM
Ok thanks :)