Using NginX as a load-balancer for VMware Horizon View security servers

Introduction I have been deploying a VDI solution recently based on the fantastic VMWare Horizon Suite ↗, one of the important points of deploying the Horizon View ↗ component of this is making it highly available and accessible from the outside for on-the-road users. The best way I have found to load-balance incoming connections (both internally and externally) is to set up a linux VM and run NginX ↗, which is a reverse caching proxy - it allows us to terminate the SSL connections and load-balance across our backend View Security Servers in a DMZ....

April 7, 2014 · Myles Gray

How to: Run emoncms on NginX and PHP5-FPM

For those of you that don’t know, emoncms ↗ is a small cms that will accept inputs via GET requests for things like power meters, temp probes for measuring household power usage, PV panel, windmill etc power production levels. To achieve this you need to use git to download the newest version of emoncms (the new more modularised version): git clone git://github.com/emoncms/emoncms.git Next step is to set up a mysql db:...

November 12, 2012 · Myles Gray