Lighttpd hotfix
From SolusVM
Adding a new slave / backup server / DNS server
Some of our clients have reported an issue with the latest openSSL update in CentOS 5. The update breaks SSL support in lighttpd and stops the master or node connections. We have now produced our own lighttpd rpm and distribute it via our own repo.
If you find you get connections issues you can run the following hotfix to update all you master / slaves to use the updated lighttpd.
This is our offical fix, on all your host servers run this in SSH:
cd /usr/local/solusvm/tmp/ wget http://files.soluslabs.com/solusvm/patch/fixlighttpd.sh chmod 755 fixlighttpd.sh ./fixlighttpd.sh
