View Single Post
  #2  
Old 12-31-2003, 12:52 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Fed,

Thank you for trying our product.

Are you testing the standard edition?
Looks like TCP port 7080 is still occupied by another process. Before you try to start the server again, make sure all "lshttpd" processes are gone.

Do "ps -ef | grep lshttpd", kill all processes listed, use "kill -9 <pid>" if it wont exit.

make sure 7080 is not used by other application, use the following command as root:
"lsof | grep 7080"
You can change the port used by lshttpd by changing the value of <address> in lsws/admin/conf/admin_config.xml.

If you are still experiencing the sudden stop, please set "debug level" to "high" and send error.log.* to bug@litespeedtech.com

Please keep us posted with your experience.

Thanks.
Reply With Quote