Hello,
I've just added a basic "CloudLinux" check to the setup.sh, just so it can find the correct services.tar.gz file...
I'm not sure what else is missing beyond that.
I noticed people were asking about "SecureLinks", which
when I googled it, is nothing more than disabling FollowSymLinks in apache, which we already do (we actually don't disable it, we use the rack911 patch which changes it internally to SymLinksIfOwnerMatch, so FollowSymLinks is actually disabled in apache, but clients can still use that syntax, it wil just be converted to SymLinksIfOwnerMatch)
It's documented here, and was implemented last December into Custombuild:
http://www.directadmin.com/forum/showthread.php?t=42332&p=214681#post214681
In any case, it's the same thing as "SecureLinks", it's just done by us, not CL.
The other complaint was ligtspeed... which isn't really CloudLinux related.. it's DA related as CL is just the OS.
and I believe there are guides on how to use it with DA. (we simply only offer tech support on Apache)
Anyway, with the updated setup.sh, it should be one step closer... feel free to let me know if anything else is missing.
Or if anyone has a CL box and a DA license, I'd be happy to test out the installer for them... and update it as I go, if anything is missing.
John