Skip to content

Disable apache2 buffering

Dzmitry Bannik requested to merge DBannik/php:disable_apache2_buffering into master

There is a problem with the implementation of the SSE protocol based on the apache2 + php-fpm image

Apache persistently buffers all responses from fpm, even in cases where it is not required (in the implementation of the SSE protocol).

There are no such problems in Nginx!

Edited by Dzmitry Bannik

Merge request reports