[Mod_gzip] Serving precompressed static files *without* mod_gzip?
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Thu, 8 May 2003 06:38:05 -0700
In some respects, this may be less of an issue with your attempts to use compression and more of an issue with IE.
MSIE has a real problem using compression if the protocol is stepped down to HTTP/1.0. You may want to see if another browser -- Mozilla, Opera, etc. -- can handle this; then you at least you know it works.
What happens if you send http://www.foobar.org/index ? What page does multiviews select for you?
smp
***
> Hi,
>
> I'm trying to set up Apache 1.3 so it can serve
> precompressed static files (e.g., index.html.gz) that will transparently
> decompress and display at the client, when the client requests index.html.
>
> I'm doing this to avoid the latency of gzipping the content on the
> fly (albeit relatively small) for otherwise static content.
>
> I know this can be done with mod_gzip but I'm sure there must be a
> really simple way to do this with vanilla Apache 1.3 by using multiviews?
>
> I've tried something like this in httpd.conf:
>
> Options ExecCGI MultiViews
> AddEncoding gzip .gz
>
> ... but when the file arrives at the client (IE 5.0+) the
> 'Save As' dialog pops up.
>
> Any ideas?
>
>
> Kind Regards,
>
>
> NIge
>
>
> --
> Nigel Hamilton
> Turbo10 Metasearch Engine
>
> email: nigel@turbo10.com
> tel: +44 (0) 207 987 5460
> fax: +44 (0) 207 987 5468
> ________________________________________________________________________________
> http://turbo10.com Search Deeper. Browse Faster.
>
> _______________________________________________
> mod_gzip mailing list
> mod_gzip@lists.over.net
> http://lists.over.net/mailman/listinfo/mod_gzip
>
>