Fix “you should disable php output_buffering for better performances with pydio.”

Pydio recommends to disable the output buffering of PHP for improved performances. When doing a fresh install, you should get the following message:

you should disable php output_buffering for better performances with pydio.

In order to do that on Debian using Apache2:

In /etc/php5/apache2/php.ini find this line:

output_buffering = 4096

And replace it by:

output_buffering = Off
Note that in the default configuration, this line appears twice, once commented, once not commented! Make sure you don’t set the configuration 2 times!
Looking for Pydio installation instructions?

Comments are closed.