On May 29, 2009, at 11:43 AM, Thomas Bruederli wrote:
Roland Liebl wrote:
Hi,
158 Apache:
159 -------
160 To enable these features in apache the following modules need to
be enabled:
161 * mod_compress
162 * mod_expire
163
* mod_headers
I thought mod_compress is part of Lighttpd only. Isn't it mod_deflate
for apache? I can't find mod_compress in my apache 2.2 installation.
Regards,
Roland
I just committed the patch from http://trac.roundcube.net/ticket/1485800
without checking all the details. Also I'm not a very high-skilled apache
webmaster. Maybe others could help out here...
The code is correct, it's just the INSTALL file that isn't. Like Roland says, the module is mod_deflate not
mod_compress. The .htaccess uses mod_deflate so thats correct.
Cor