How to switch zlib.output_compression ON

vitaliok78

Member
May 16, 2014
7
0
1
cPanel Access Level
Website Owner
Hello here.


I recompiled modules with Easy Apache.

I installed X-Cart Gold Plus 4.6.2

When trying to install it. it says:


zlib.output_compression OFF


How to make it ON.

Zlib is added by EasyApache.


zlib.output_compression
zlib.output_handler


Must I write something to: zlib.output_handler field ???

Where can I add zlib compress level or is necesary?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

You will need to ensure "zlib.output_compression" is configured to "ON" in your /usr/local/lib/php.ini file. Check to see if the individual account uses it's own php.ini file, as that would have to be updated as well. Remember to restart Apache after modifying the global php.ini file.

Thank you.