Is there anything like zeroconf in vanilla LiteSpeed Web Server (non-ADC version)?

#1
I'm trying to get LiteSpeed working with an autoscaling cluster of lsphp workers, and I've run into a few hurdles which I've described in this other thread in the ADC forum.

I'm wondering if it's viable to get such a setup working with vanilla LiteSpeed Web Server instead of ADC, but without zeroconf, new lsphp worker instances would have no way to register themselves with LiteSpeed's External App load balancer.

So is there any other way to modify the server / vhost configuration in vanilla LiteSpeed, allowing configuration changes to be made programmatically, such as an API interface to the web admin control panel, or command line utilities for manipulating config without needing to munge a load of config files with sed / awk / perl?
 
Top