[Mod_gzip] mod_gzip and mod_proxy

Mark Evans mod_gzip@lists.over.net
Wed, 01 Oct 2003 13:13:06 -0700


 >> i'm trying to get mod_gzip working with mod_proxy on apache_1.3.28.
  >> mod_proxy seems to work. mod_gzip also seems to work. But looks like
  >> they will not work together.
  >
  >which values for %{mod_gzip_result}n does mod_gzip show for these
  >requests?
  >
  >> any one have any other suggestions? any help will be appreciated.
  >
  >What about the order of loading for mod_gzip and mod_proxy?
  >
  >
  >Regards, Michael

the only dynamic module i have loaded it mod_gzip.  mod_proxy is compiled
into apache.

Compiled-in modules:
    http_core.c
    mod_env.c
    mod_log_config.c
    mod_mime.c
    mod_negotiation.c
    mod_status.c
    mod_include.c
    mod_autoindex.c
    mod_dir.c
    mod_cgi.c
    mod_asis.c
    mod_imap.c
    mod_actions.c
    mod_userdir.c
    mod_alias.c
    mod_access.c
    mod_auth.c
    mod_proxy.c
    mod_so.c
    mod_setenvif.c


going through the proxy %{mod_gzip_result} shows no values. it will only
show values if i do not try to go though the proxy to download a page
that is hosted on the local server..

thanks
mark