Hi,
We should be able to define a list of source networks
to which the compressed content will be served. A
typical example is that of a server serving both an
intranet and internet. We would like to serve
compressed content to the requests originating on the
internet, and uncompressed content to the intranet thus
saving cpu load for intranet requests.
something like
mod_gzip_deny 10.0.0.0/255.0.0.0
Cheers,
Ajay