Extra data in stream using (Apache 1.3.24 mod_proxy ProxyPassReverse )

Extra data in stream using (Apache 1.3.24 mod_proxy ProxyPassReverse )

Post by Clif » Fri, 12 Apr 2002 04:53:41



Built on Solaris 2.7

The data returned from the proxy request cntains extra data.  Before
every line, you get what appears to be hex value equal to the length
of the line to be returned.

e.g.

13
jm_fixForms('25');

c  
//  End -->

a  
</script>

14
<!-- END Footer -->

8  
</body>

8  
</html>

0

Seems like it is in debug mode or something -

Here are my proxy rules (simple)
      Rewri*gine on
      ProxyRequests     on
      NoCache

      RewriteLog logs/rewrite_log
      RewriteLogLevel   9

      RewriteRule       ^/manual/(.*)$  -       [L]
      RewriteRule       ^/images/(.*)$  -       [L]

      RewriteRule       ^(.*)$  http://<source>$1       [P,L]

      RewriteRule       .*      -       [F]

      ProxyPassReverse  /       http://<sorce>/

I have rebuilt on verious servers with the same result.  Local data is
returned fine, with no additional data.

TIA,  Cliff