Clustering with proxy so you can set multiple domain names on port 80
Domains can be realtime added, removed or just show all domains by command line
- Commander
- Http proxy
sudo npm install
This experiments can be start with the cluster.js
sudo nodejs cluster.js
sudo forever start -l forever.log -o out.log -e err.log -a cluster.js
When you got problems with ubuntu server because it can't find the node command execute the following line:
sudo update-alternatives --install /usr/sbin/node node /usr/bin/nodejs 99