Content server, IIS proxy, and gzip compression
Hello-
I'm trying to publish the content server using a proxy set up on my IIS server. I'm using URL Rewrite, which rewrites the public URL to a private one where the content server is running. On the way back out, it changes the private URL back to the public one, and forwards the traffic.
Or, that's what it should do, anyway. When IIS tries to rewrite the URL, I get the error:
HTTP Error 500.52 - URL Rewrite Module Error.
Outbound rewrite rules cannot be applied when the content of the HTTP response is encoded ("gzip").
Looks like IIS is not capable of rewriting if the data is compressed. Is there any way to turn off the gzip compression on the content server?
Thanks in advance,
Adrian
|