Hi Dag,

On Mon, Dec 1, 2008 at 09:27, Dag Wieers <[EMAIL PROTECTED]> wrote:
> There was a time when .log.gz and .txt.gz were opened directly from the
> browser too, but I don't know when that stopped working as I find it very
> inconvenient. Having the logfiles compressed however makes a real difference
> on disk and for bandwidth, so while I prefer compression I do accept that
> making them more accessible (and indexable by Google) are very
> valuable to a lot of people.

Did you try to configure Apache to deliver these files as text?

I believe something like

AddType text/plain .txt.gz .log.gz

Might do what you want... At least in some versions of Apache.

Apache should correctly identify that the file is compressed, and add
a "content-encoding" header that indicates that.

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

Reply via email to