DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2003-03-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-07-09 19:26 ---
I installed 1.3.26 and it is working perfectly.  Whatever it was something in 
1.3.26 fixed the problem.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse





--- Additional Comments From [EMAIL PROTECTED]  2002-06-27 20:05 ---
Disregard my previous comment.  I was mistaken in what I was seeing.  Sorry for 
the inconvienice.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse





--- Additional Comments From [EMAIL PROTECTED]  2002-06-27 18:24 ---
I'm seeing a similar problem with version 1.3.26.  It seems to happen when the 
proxied server issues a redirect.

My Proxy configuration is:
   ProxyVia On
   ProxyPass / http://server:5081/
   ProxyPassReverse / http://server:5081/

What's happening is that mod_proxy is not replacing the original Location 
header (the one that references the proxied server).  Rather, its adding 
multiple instances of the new Location header (the one that references the 
proxy server).

GET /webworldtravel HTTP/1.0

HTTP/1.1 302 Object Moved
Date: Thu, 27 Jun 2002 18:17:39 GMT
Server: Microsoft-IIS/5.0
Location: http://server:5081/webworldtravel/
Content-Type: text/html
Content-Length: 183
Via: 1.1 server
Location: http://server/webworldtravel/
Content-Length: 183
Via: 1.1 server
Content-Length: 183
Via: 1.1 server
X-Cache: MISS from server
Connection: close

With version 1.3.19, there'd be only one Location header, the one that 
references the proxy server.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse





--- Additional Comments From [EMAIL PROTECTED]  2002-06-18 15:30 ---
Could anybody help me with this?  I need to know if there is a bug in my jsp or 
it is a bug with mod rewrite and the HTTP/1.1 standard.

I am stuck at 1.3.23 untill this is resolved.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-06-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse





--- Additional Comments From [EMAIL PROTECTED]  2002-06-06 21:50 ---
HTTP/1.1 302 Moved Temporarily
Date: Thu, 06 Jun 2002 21:22:34 GMT
Server: Oracle9iAS (1.0.2.2.1) Containers for J2EE
Content-Length: 417
Connection: Close
Content-Type: text/html; charset=ISO-8859-1
Location: 
http://internal.mydomain.com:/myapp/messageofday.jsp;jsessionid=2a642a749896
4


I think I may understand what is going on.  It has to do with how 
response.sendRedirect is handled in jsp.  It sends a redirect to the browser so 
it loads the page.  It has nothing to do with GET or POST.  The new behavior ( 
support for HTTP/1.1?) in the new version of mod_proxy causes this.

I POST the login information to the same page and if it validates I use a 
response.sendRedirect command to go the the next page.

I don't know enough about the standerds to know if this is a desired behaviour 
of mod_proxy or a bug.  If it isn't a bug I will have to find another way to 
implement my security because my application uses sendRedirect on most pages.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse





--- Additional Comments From [EMAIL PROTECTED]  2002-06-03 10:07 ---
Can you use a tool like tcpflow to sniff the network to determine what is sent
as a request to the backend in the POST, and what the POST sends back in reply?
I basically need the headers of the request and response, not the body.

This will help determine what proxy is matching / is no longer matching, and
what the problem is. So far, proxy works fine for me - need to know what's
different between my setup and yours.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-05-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2002-05-28 23:00 ---
Sorry about that.  I am trying to hide my actual host names for security 
reasons.

The names are the same in my actual config file.  I misspelled internal in my 
description.

I did not change the config file during the upgrade.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365

Change in behaviour of ProxyPass and ProxyPassReverse

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 19:11 ---
ProxyPassReverse will only change the internal URL if there is an exact string
match. From the config you have posted, you are trying to hide "interal" instead
of "internal".

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]