There is a modification that we made in one line 269 the inc-init.php file that allows our specific socket configuration read from config.ini to be recognized. The specific modification is adding a \":\\/\" in the line \'/^[0-9a-z][-0-9a-z.]*[0-9a-z]$/i, to make it \'/^[0-9a-z][-0-9a-z.:\\/]*[0-9a-z]$/i\', which allows for more flexible configuration.
refer to out notes at
http://bmi.cchmc.org/resources/software/lovd/overview/?searchterm=lovd
If you add this change to next version, we don\'t have to change it every time we do an update.
Thank you