On Apr 25, 2013, at 9:53 PM, "Chris Arnold" wrote:
> > > From: "Chris Arnold" > To: users@httpd.apache.org > Sent: Thursday, April 25, 2013 4:29:15 PM > Subject: Re: [users@httpd] Rewrite Rule > > On Apr 25, 2013, at 3:29 PM, "Chris Arnold" wrote: > > > Ok, I got namevirtualhost working on 443. I also made a new VirtualHost as > > you instructed above. In fact, https://apps.domain.tld does make it to the > > other server, 192.168.123.7. Now the problem is the proxied url does not > > complete, it stops at https://apps.domain.tld/sub/sub. it should be > > https://apps.domain.tld/sub/sub/sub/login page. How do I get the full uri > > to return? > > >So I tried proxypassmatch ^/(.*) https://192.168.123.7 and the result is > >https://apps.domain.tld/sub/sub and a 404. I need it to result in > >/sub/sub/sub > > I think this has to do with the complete URI. When on the same network > segment = http://192.168.123.7/sub and then propmted for cert and then the > result in the address bar is > https://192.168.123.7/sub/sub/en-US/login.aspx?ReturnUrl=/sub/sub/en-US/Default.aspx > > I dont want to run it on a different port and have users type that in! Any > ideas? > This is apache reverse proxy to a iis 8 server, if that matters (as it is Microsoft I am sure it does matter)