[Mod_gzip] simple question

Mark Hughes mod_gzip@lists.over.net
Tue, 12 Nov 2002 15:37:10 -0800 (PST)


>From the excellent documentation at :

http://www.schroepl.net/projekte/mod_gzip/config.htm

# let mod_gzip perform 'partial content negotiation'?
  mod_gzip_can_negotiate        Yes
# (if this option is active and a static file is to be served in com-
#  pressed for, then mod_gzip will look for a static precompressed
#  version of this file with a defined additional extension - see next
#  directive - which would be delivered with priority. This would allow
#  for avoiding to repeatedly compress the same static file and thus
#  saving CPU time.
#  No dynamic caching of this file is provided; currently the user
#  himself is responsible for creating and updating the precompressed
#  file's content.

#  From version 1.3.19.2a mod_gzip automatically recognizes whether
#  a statically precompressed file is older than its uncompressed
#  original and in this case will serve the content of the original
#  file in uncompressed form - as to rather serve correct data than
#  outdated ones ...)

Cheers.

On Tue, 12 Nov 2002, Matt Manfredonia wrote:

> Does this plugin allow for the serving of statically compressed files
> 
> I am interested in (for a few files) compressing(gzip) the files myself to
> have two files (files.htm, file.htm.gz).  Since the page is requested a lot,
> this would reduce server processing overhead of compressing the output
> stream.
> 
> Just wanted to know if it was possible, simliliar to the static plugin:
> http://www.mozilla.org/projects/apache/gzip/get_src.html
> 
> Thanks
> 
> --matt
> 
> _______________________________________________
> mod_gzip mailing list
> mod_gzip@lists.over.net
> http://lists.over.net/mailman/listinfo/mod_gzip
>