Turbine is an easy to set-up and manage load-balancer and reverse proxy management interface complete with RESTful API to enable automated third-party application integration.
Turbine is an easy to set-up and manage load-balancer and reverse proxy management interface complete with RESTful API to enable automated third-party application integration.
A very simple installation guide can be found here:
The current installer is designed to work with Ubuntu 12.04 LTS however with a few minor updates this also works with Ubuntu 14.04 LTS too, simply run the standard installation script (see above), until I’ve had a chance to upgrade the installer please ensure you carry out the following in after to running the standard installer:
ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/cli/conf.d/mcrypt.ini
ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/fpm/conf.d/mcrypt.ini
nano /etc/turbine/configs/common/laravel4_shared.conf
Then update the fastcgi_pass
line to match:
fastcgi_pass unix:/var/run/php5-fpm.sock;
service nginx restart
service php5-fpm restart