Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
litespeed_wiki:cpanel:multi-litespeed-processes [2019/03/07 18:50]
Jackson Zhang
litespeed_wiki:cpanel:multi-litespeed-processes [2019/03/07 21:24]
Lisa Clarke Copyediting
Line 17: Line 17:
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
-==== Full stop/start ==== +==== Full Stop/Start ==== 
-If you see "failed to create new listener",+If you see ''​failed to create new listener''​,
   2019-03-07 11:​17:​32.583428 ​   ERROR    HttpListener::​start():​ Can’t listen at address https: Address already in use!   2019-03-07 11:​17:​32.583428 ​   ERROR    HttpListener::​start():​ Can’t listen at address https: Address already in use!
   2019-03-07 11:​17:​32.583462 ​   ERROR    HttpServer::​addListener(https) failed to create new listener   2019-03-07 11:​17:​32.583462 ​   ERROR    HttpServer::​addListener(https) failed to create new listener
   2019-03-07 11:​17:​32.583471 ​   ERROR    [config:​server:​listener:​https] failed to start listener on address *:443!   2019-03-07 11:​17:​32.583471 ​   ERROR    [config:​server:​listener:​https] failed to start listener on address *:443!
  
-mostly ​likely you run a graceful restart. You should ​run a full stop then full start to make the setting effective.+most likely you ran a graceful restart. You should ​bring the server to a full stop, and run a full restart ​to make the setting effective. ​Like so: 
   service lsws stop   service lsws stop
   service lsws start   service lsws start
   ​   ​
-==== failed ​to create ​SSL context ​for listener ​==== +==== Failed ​to Create ​SSL Context ​for Listener ​==== 
-Even you run full stop then full start, you may see the following warning message:+Even if you run full stop then full start, you may see the following warning message:
   LEVEL: WARN [config:​server:​listener:​https] failed to create SSL context for listener 208.75.148.57:​443,​ turn SSL off.   LEVEL: WARN [config:​server:​listener:​https] failed to create SSL context for listener 208.75.148.57:​443,​ turn SSL off.
    
-Try to browse the domain ​without any issue. Use top command to check and litespeed ​processes ​shared ​CPU equally without any issue.+Verify that you can browse ​to the domain ​successfully. Use the ''​top'' ​command to check that LiteSpeed ​processes ​are sharing ​CPU equally without any issue.
  
-The error message simply means the ssl is not configured through WebAdmin ( which is actually true, since LSWS will use apache ssl configuration) and Apache ​config ​will fill in the SSL cert.  The error message can be safely ignored as long as SSL is working fine.    ​+The error message simply means the SSL is not configured through WebAdmin (which is actually true, since LSWS will use Apache'​s SSL configuration) and that the Apache ​configuration ​will fill in the SSL certificate.  The error message can be safely ignored as long as SSL is working fine.    ​
  • Admin
  • Last modified: 2020/05/28 16:49
  • by Lisa Clarke