ISPConfig3 and zlib output compression

Discussion in 'General' started by Keeper, Aug 27, 2009.

  1. Keeper

    Keeper New Member

    Hello,

    If both "zlib.output_compression = On" and "display_errors = On" is set, ISPConfig3 has following errors all over and doesn't work.
    I noticed this as I have errors enabled on my virtual test server.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig itself uses gzip compression, so what you did is to enable gzip compression a second time in php.ini which causes a conflict with ispconfigs setting. You can disable gzip compression in ispconfig by commenting out the line:

    ob_start('ob_gzhandler');

    in /usr/local/ispconfig/interface/lib/app.inc.php
     
  3. Keeper

    Keeper New Member

    I'd think the ISPConfig code should take into account whether compression is enabled in php.ini or not.
     
  4. Silwanyx

    Silwanyx New Member

    Hi Till

    Until now, this problem is not fixed. Can you please fix it for the next update? It should looking, if the gzip on server on is, should not give an error, it should take the gzip from server. If in php.ini is not defined, then should use self gzhandler.

    Is this possible?

    thanks
     
    Last edited: Nov 24, 2015

Share This Page