At 01:30 PM 05/29/2002, Thomas Eibner wrote: >Index: proxy_http.c >=================================================================== >RCS file: /home/cvspublic/apache-1.3/src/modules/proxy/proxy_http.c,v >retrieving revision 1.98 >diff -u -r1.98 proxy_http.c >--- proxy_http.c 21 Apr 2002 21:16:39 -0000 1.98 >+++ proxy_http.c 29 May 2002 17:04:38 -0000 >@@ -350,6 +350,20 @@ > * where the original request came from. > */ > ap_table_mergen(req_hdrs, "X-Forwarded-For", > r->connection->remote_ip); >+ if (r->proxyreq == PROXY_PASS) { >+ const char *buf; >+ /* Add X-Forwarded-Host: so that upstream knows what the >+ * original request hostname was. >+ */ >+ if ((buf - ap_table_get(r->headers_in, "Host"))) {
I think this should be "buf =" instead of "buf -". -- Greg Marr [EMAIL PROTECTED] "We thought you were dead." "I was, but I'm better now." - Sheridan, "The Summoning"