<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Christian Tardif wrote:
<blockquote cite="mid:49BDD93B.2010300@servinfo.ca" type="cite">Hi,<br>
  <br>
I followed the instructions in order to make kolab (2.2.1b) running
with another apache server. I'm almost done, but there's a little
something missing in my config.<br>
  <br>
When I try to access my kolab site, I get this:<br>
  <br>
----------------------------------------<br>
Content Encoding Error<br>
  <br>
The page you are trying to view cannot be shown because it uses an
invalid or unsupported form of compression.<br>
----------------------------------------<br>
  <br>
Anyone got this before?   I don't have deflate module loaded in my
apache configuration. </blockquote>
<br>
I finally found out. What I needed to do is changing, in
/kolab/var/kolab/www/client/config/conf.php:<br>
<br>
$conf['compress_pages'] = true;<br>
<br>
to<br>
<br>
$conf['compress_pages'] = false;<br>
<br>
It now works perfectly. Now, I suppose that if I want to use
compression, I will need to add support in the main apache server, as
descriped in the wiki.<br>
<br>
<div class="moz-signature">-- <br>
<title></title>
<br>
Christian...<font color="#055fad"></font><br>
</div>
</body>
</html>