Ok, van http://www.remotecommunications.com/apache/mod_gzip/ heb ik mod_gzip gedownload. Ik heb het volgens http://www.remotecommunications.com/apache/mod_gzip/mod_gzip_faq.htm#q4001 geinstalleerd.
Ik heb het ook nog met deze directives in httpd.conf geprobeerd, maar zonder resultaat:
mod_gzip_on yes
mod_gzip_dechunk yes
mod_gzip_minimum_file_size 1024
mod_gzip_maximum_file_size 167772160
Ben ik ergens iets vergeten?
Mod_gzip zie ik wel in de Apache version string, maar compressie lijkt niet te werken. Ik heb een 64 mb test file (allemaal 0xcd bytes) geprobeerd, maar downloaden duurde veel te lang.Restart your Apache Web Server and it will now be capable of delivering accelerated content back to any HTTP 1.1 compliant browser. If Apache cannot locate the mod_gzip module when it starts it will say so. If all goes well you should not get any errors or warnings whatsoever. The new mod_gzip module will automatically 'kick in' as you begin requesting documents from this particular copy of Apache.
Ik heb het ook nog met deze directives in httpd.conf geprobeerd, maar zonder resultaat:
mod_gzip_on yes
mod_gzip_dechunk yes
mod_gzip_minimum_file_size 1024
mod_gzip_maximum_file_size 167772160
Ben ik ergens iets vergeten?