This is an old revision of the document!


Setting Up Node.js

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.

The following wiki guides you through the steps to set up Node.js with LiteSpeed Web Server. The wiki assumes that you are running LSWS off of Apache configurations (though the steps can be easily adapted to using LSWS native configuration files).

  1. tar xvzf node-latest.tar.gz
  2. cd node-vX.X.X

./configure --prefix=~ make make install

There are two

  • Admin
  • Last modified: 2014/07/30 14:55
  • by Michael Armstrong