Share

mod_gzip

Code

Programming Languages: C

License: Apache Software License

Repositories

browse code, statistics, last commit on 2003-09-05 cvs -d:pserver:anonymous@mod-gzip.cvs.sourceforge.net:/cvsroot/mod-gzip login

cvs -z3 -d:pserver:anonymous@mod-gzip.cvs.sourceforge.net:/cvsroot/mod-gzip co -P modulename

Show:

What's happening?

  • Vary header is sometimes truncated

    When mod_gzip_send_vary is "on" and a reqheader is defined, mod_gzip will send a Vary header to apprise web caches that there may be different versions of the file available. The code which generates Vary headers for reqheader entries uses an uninitialized character array, which interacts badly with a broken implementation of mod_gzip_strncpy. The result is that the Vary header is sometimes...

    2009-01-10 00:00:19 UTC by allanon

  • Followup: RE: How to test if mod_gzip is working

    curl --compressed -v -o/dev/null http://your.domain.tld/some/page then look for "Content-Encoding: gzip" Do not use the --head option as HEAD requests will not be compressed.

    2008-12-19 09:29:22 UTC by xpertkn

Our Numbers