On Thu, Jun 19, 2008 at 12:07:13PM +0200, Lele Gaifax <[EMAIL PROTECTED]> wrote:
> I tried playing with the ForceType_ directive to force everything
> below ".../changeset/" to "text/html", but it didn't succeed.
> 
> I like to hear some suggestion on how to circumnvent the problem: I
> could try harder with the apache setup, or the backend could
> understand also an hashname missing the ending ".gz"...

Interesting, I don't have such an issue here.

For example:

http://frugalware.org/~vmiklos/stuff/apache.test.gz

$ file apache.test.gz
apache.test.gz: ASCII text

$ cat apache.test.gz
foo

and apache displays it correctly.

BTW, if your apache uses mod_gzip to compress pages, you can use:

<IfModule mod_gzip.c>
        mod_gzip_on       No
</IfModule>

In a .htaccess file.

Attachment: pgpQg6rC7bPDk.pgp
Description: PGP signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to