--
Joshua Slive
Apache HTTP Server Users Mailing List: http://httpd.apache.org/userslist.html
Quote:> Has anyone heard when 1.3.25 will be released to fix all of the
> mod_proxy issues. We use Apache based reverse proxy servers and the
> new 1.3.24 version breaks all of my backend applications.
haven't tried 2.0 yet. I'll just wait for 1.3.25
Floris
>>Has anyone heard when 1.3.25 will be released to fix all of the
>>mod_proxy issues. We use Apache based reverse proxy servers and the
>>new 1.3.24 version breaks all of my backend applications.
1. Extra data in stream using (Apache 1.3.24 mod_proxy ProxyPassReverse )
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)
RewriteEngine 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
2. Changing X window titles after window creation?
3. Apache 1.3.24 + mod_proxy + mod_rewrite + mod_perl problem
4. x11 coding
5. mod_proxy problems with 1.3.24 for reverse proxying?
7. Apache 1.3.24 make install error
8. What is it the /etc/rc.d/rc.boot file?
9. Apache 1.3.24 + mod_perl 1.26 + ipv6 patch build fails
10. apache 1.3.24 htaccess/symbolic link problem
11. 403 Error with Apache ver 1.3.24 RH7.3
12. Problem building Apache 1.3.24 on Solaris 8
13. Apache 1.3.24 is vulnerable