coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: mrshark on August 22, 2004, 08:14:45 AM

Title: gzip output compression
Post by: mrshark on August 22, 2004, 08:14:45 AM
Is there a way to eneble gzip compression for the output sent to browsers? I searched the forum for "gzip", but there is only 1 thread about it, and no useful answers... Yes, images have an higher weight and that sucks bandwidth, but i would like to enable compression however, i use it already on the same site http://www.slide-show.net for phpbb and mambo, with great improvements. Thanks in advance. ;-)
Title: Re: gzip output compression
Post by: GGallery on October 19, 2004, 07:59:00 PM
I was wondering the same... I tried:
<IfModule mod_php4.c>
    php_flag zlib.output_compression on
    php_value zlib.output_compression_level 2
</IfModule>

but that didn't compress any html so far hmmmm
Title: Re: gzip output compression
Post by: GGallery on October 20, 2004, 05:32:37 AM
OK, don;t try the config above - doesn't work with CM's flush() concept...