You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by La...@unix-ag.org on 1997/08/06 15:03:27 UTC

Re: mod_rewrite/656: Problem with mod_rewrite and proxy requests

Synopsis: Problem with mod_rewrite and proxy requests

Comment-Added-By: Lars.Eilebrecht@unix-ag.org
Comment-Added-When: Wed Aug  6 06:03:26 PDT 1997
Comment-Added:

The ProxyRemote directive is broken, it should
send a full proxy-request (with or without Host-header),
e.g.

 GET http://www.somehost.tld/foobar.html HTTP/1.0

instead of

 GET /foobar.html HTTP/1.0
 Host: www.somehost.tld


Synopsis-Changed-From: Problem with mod_rewrite and proxy requests
Synopsis-Changed-To: ProxyRemote directive does not send correct proxy requests
Synopsis-Changed-By: Lars.Eilebrecht@unix-ag.org
Synopsis-Changed-When: Wed Aug  6 06:03:26 PDT 1997
Release-Changed-From-To: 1.2b10-1.2.1
Release-Changed-By: Lars.Eilebrecht@unix-ag.org
Release-Changed-When: Wed Aug  6 06:03:26 PDT 1997
Category-Changed-From-To: mod_rewrite-mod_proxy
Category-Changed-By: Lars.Eilebrecht@unix-ag.org
Category-Changed-When: Wed Aug  6 06:03:26 PDT 1997