Apache 1.3.24 - mod_proxy

Apache 1.3.24 - mod_proxy

Post by Jack saunde » Thu, 30 May 2002 21:08:22



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.
 
 
 

Apache 1.3.24 - mod_proxy

Post by Joshua Sliv » Thu, 30 May 2002 21:26:09



> 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.

It should be out within the next week, but there are never any
guarentees in this business.  You can always use a CVS snapshot, since
1.3 is quite stable.

--
Joshua Slive

Apache HTTP Server Users Mailing List: http://httpd.apache.org/userslist.html

 
 
 

Apache 1.3.24 - mod_proxy

Post by Nemesis Service » Thu, 30 May 2002 21:26:52


I'm using mod_proxy for apache 1.3.24 and works fine from tarball source

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.

 
 
 

Apache 1.3.24 - mod_proxy

Post by Thomas Gagn » Thu, 30 May 2002 21:56:40


What mod_proxy bugs are you referring to?  Where are they listed?  I'm
experiencing hangs in 2.0.  Maybe they're related?  If there's a fix
coming I hope so.  Is the problem with Apache, mod_ssl, or openssl?


> 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.

--
.tom
 
 
 

Apache 1.3.24 - mod_proxy

Post by Floris Marten » Fri, 31 May 2002 21:22:03


i'm having problems with 1.3.24 and reverse mod_proxy'ing ssl sites.

haven't tried 2.0 yet. I'll just wait for 1.3.25

Floris


> What mod_proxy bugs are you referring to?  Where are they listed?  I'm
> experiencing hangs in 2.0.  Maybe they're related?  If there's a fix
> coming I hope so.  Is the problem with Apache, mod_ssl, or openssl?


>>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?

6. Problems with 3.1.2G & 3.2

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