Hi,

On Wed, Dec 3, 2008 at 14:28, Filipe Brandenburger <[EMAIL PROTECTED]> wrote:
> AddType text/plain .txt.gz .log.gz

Looking at Apache documentation, I believe what you need is:

AddType text/plain .log
AddEncoding x-gzip .gz

From: http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addencoding

By serving the content with the proper encoding, it's probably that
search engines (Google) will index it correctly too.

HTH,
Filipe
_______________________________________________
users mailing list
[email protected]
http://lists.rpmforge.net/mailman/listinfo/users

Reply via email to