https://issues.apache.org/bugzilla/show_bug.cgi?id=49715

Pieter Bos <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Severity|normal                      |major

--- Comment #2 from Pieter Bos <[email protected]> 2010-09-07 11:00:15 EDT 
---
The same problem exists with ProxyPassReverse. We only experience this problem
with the following configuration lines:

   SSLEngine On

   ProxyPass         / http://nvc1576:9000/
   ProxyPassReverse  / http://nvc1576:9000/

   ProxyPreserveHost On

Our server is a tomcat server as well. The problem is that in a redirect,
Tomcat sends a Location header with the original hostname:

Location http://example.com/test?parameter=3

Then Apache changes this into:

Location https://example.com/test%3Fparameter%313

This bug dissappears when you turn either the SSLEngine or the
ProxyPreserveHost off. We need it to be on for our configuration.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to