dbltoe:
Initial zc_install run.
Getting
but Litespeed says it's enabled sitewide.
[root@host ~]# grep -i gzip /usr/local/lsws/conf/httpd_config.xml
<enableGzipCompress>1</enableGzipCompress>
<enableDynGzipCompress>1</enableDynGzipCompress>
<gzipAutoUpdateStatic>1</gzipAutoUpdateStatic>
The GZip "detection" is looking for PHP's configuration to say that output_buffering is on/true.
What I don't know for certain at this point, is whether we even need PHP to "support" this anymore, if nginx and litespeed are overriding PHP and doing it themselves already anyway.
I guess we could avoid checking for it altogether ...