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
Previous revision
litespeed_wiki:other-ext-apps:nodejs-setup [2018/05/24 15:18]
Robert Perper [Setting Up Node.js]
litespeed_wiki:other-ext-apps:nodejs-setup [2018/10/10 20:27] (current)
Jackson Zhang [Setting Up Node.js on LSWS native mode]
Line 1: Line 1:
-====== Setting Up Node.js ======+====== Setting Up Node.js ​on native LSWS ======
  
 Node.js is a platform that generally runs as a separate web server. LiteSpeed Web Server can be configured to proxy traffic to Node.js so that users can run Node.js applications (like Ghost) on their sites. Node.js is a platform that generally runs as a separate web server. LiteSpeed Web Server can be configured to proxy traffic to Node.js so that users can run Node.js applications (like Ghost) on their sites.
  
-If you have CloudLinux and are running Enterprise Litespeed 5.3 or higher, ​you can configure ​Node.js ​to be serviced by Litespeed directly, without a proxy. ​ See: [[https://​www.litespeedtech.com/​support/​wiki/​doku.php/​litespeed_wiki:​cloudlinux:​node.js_selector|How to use CloudLinux Node.js Selector with LSWS]].+If you have CloudLinux, cPanel or DirectAdmin ​and are running Enterprise Litespeed 5.3 or higher, ​as far as Node.js ​is working well on Apacheit should work well on LiteSpeed out of the box without a proxy. ​ See: [[https://​www.litespeedtech.com/​support/​wiki/​doku.php/​litespeed_wiki:​cloudlinux:​node.js_selector|How to use CloudLinux Node.js Selector with LSWS]].
  
 The following wiki guides you through the steps to set up Node.js with LiteSpeed Web Server. The wiki assumes that you have a functional LSWS installation running off of Apache configurations (though the steps can be easily adapted to using LSWS-native configuration files). The following wiki guides you through the steps to set up Node.js with LiteSpeed Web Server. The wiki assumes that you have a functional LSWS installation running off of Apache configurations (though the steps can be easily adapted to using LSWS-native configuration files).
Line 64: Line 64:
  
   * If you encounter errors using Node.js, please make sure that Node.js is started and running when using it.   * If you encounter errors using Node.js, please make sure that Node.js is started and running when using it.
 +  * If you continue to encounter errors validate that your application works correctly with Node.js running without Litespeed.
  • Admin
  • Last modified: 2018/05/24 15:18
  • by Robert Perper