Apache suPHP is running PHP as CGI, all request variables are passed as real environment variables, $_SERVER[] is based on that.
LiteSpeed is using our own API and protocol to pass request variables directly into $_SERVER[], $_ENV is the original environment when lsphp process starts, it does...