[BUG?] Apache 2.4.3 with php5.4.10 (php-fpm) -> images loading partially
Hello, since we’ve switched to the new CustomBuild 2, there is one issue that we can’t resolve. In some situations the content-length is incorrect, which causes images to load partially. When we reload the page with the images a few times, they load completely. We suspect a problem with the Apache mod_deflate/gzip (compression, right?) module, but disabling this in httpd.conf does not make a difference. (Commenting out the whole ‚Include conf/extra/httpd-deflate.conf’ part) How can we resolve this issue? Do other…