View Single Post
  #11  
Old 04-09-2009, 03:51 AM
Michael.Terence Michael.Terence is offline
Member
 
Join Date: Jan 2009
Posts: 28
if both lsws & apache are configured to use port 80, you can stop litespeed and start apache by doing one of the following, depending on your OS.
Redhat, centos, etc
Code:
service lsws stop
service httpd start
if it's not httpd try apache or apache2

for debian/ubuntu
Code:
/etc/init.d/lsws stop
/etc/init.d/apache2 start
Reply With Quote