Well, the following steps were done: 1 PHP.ini zlib.output_compression = Off
2. Apache - ssl_mod configuration SSLSessionCache none 3. Disable deflation in Apache #LoadModule defalte_module modules/mod_deflate.so 4. PHP code which generates XML //generate XML ob_flush(); flush(); Problem is still there.

