LTM Maintenance Page Lite
Problem this snippet solves: Use the LTM as a webserver as a lite version of a maintenance page. In this case, it returns a maintenance page with text to return when the pool members are not availab...
Published Mar 18, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Andy_McGrath
Dec 01, 2017Cumulonimbus
Don’t use switch unless you have at least 3 or more options as it is slower than a chain of if, elseif, else commands.
Also look at using iFiles to store the html, css, and images, we do this currently and is very effective and easy to maintain as providing some separation of code and content.