PDA

View Full Version : enable gzip


disco
04-29-2009, 10:57 PM
Any way to enable gzip compression by default?

Tnx

tanya
04-30-2009, 08:31 AM
gzip compression in Apache isn't supported in ISPmanager. If you want to enable gzip php extension, you can enter in ISPmanager in the section "Server configuration", the module "PHP extentions" and install it.

disco
04-30-2009, 11:03 AM
gzip compression in Apache isn't supported in ISPmanager. If you want to enable gzip php extension, you can enter in ISPmanager in the section "Server configuration", the module "PHP extentions" and install it.

Im am on CentOS - and I can not see the gzip extension listed in the drop down?

tnx

slava
04-30-2009, 01:27 PM
You need install PHP PECL extension by SSH:
yum install php-devel
pecl install zip

and after then restart apache

lisamarietuck
11-26-2009, 06:57 PM
i tryed to install PHP PECL extension by SSH, but it is stoping during install just befor finishing the instalation.

slava
11-27-2009, 06:48 AM
What error did you get when you tryed run installation?