- Server operating system version
- Ubuntu 20.04
- Plesk version and microupdate number
- 18.0.68
Hello,
I'm really struggling trying to find how to disable output buffering on my server.
I'm using Apache 2.4.41 with Nginx in proxy mode. I also have ModSecurity enabled with Comodo rules (free) and use PHP-FPM served by Apache.
I have set, in my "php.ini" file, the value of "output_buffering" to "8192" but as it's PHP related configuration, whenever I want to flush data, I can simply do it using PHP code.
But in my case, the requests always wait to complete before sending the whole result at once even when the code asks to flush the buffer.
So how is the output buffering controlled on Plesk? Is it possible to completely turn it off or even better, disabling it for a specific script?
I'm really struggling trying to find how to disable output buffering on my server.
I'm using Apache 2.4.41 with Nginx in proxy mode. I also have ModSecurity enabled with Comodo rules (free) and use PHP-FPM served by Apache.
I have set, in my "php.ini" file, the value of "output_buffering" to "8192" but as it's PHP related configuration, whenever I want to flush data, I can simply do it using PHP code.
But in my case, the requests always wait to complete before sending the whole result at once even when the code asks to flush the buffer.
So how is the output buffering controlled on Plesk? Is it possible to completely turn it off or even better, disabling it for a specific script?