Antwort: [Mod_gzip] mod_gzip excluding port 443

mod_gzip@lists.over.net mod_gzip@lists.over.net
Wed, 16 Oct 2002 19:50:27 +0200


Hi Douglas,


> Each virtual host can be accessed through ssl and without ssl.

How is this working?
Could you give us a configuration example for one virtual host?

> I am wondering on the next upgrade of mod_gzip if a port exclude can
> be added as an option.
> For example a line in the config for mod-gzip can look like this:
> mod_gzip_item_exclude port 443

If Apache can tell apart the port relevant sections within a
virtual host, you can just enable mod_gzip in one section and
disable it in another section - so there is no need for another
configuration directive.
And if Apache cannot tell these calls from each other, how
should mod_gzip?

Regards, Michael