From: "Chris Arnold" <carnold@xxxxxxxxxxxxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx
Sent: Thursday, April 25, 2013 4:29:15 PM
Subject: Re: 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 dont want to run it on a different port and have users type that in! Any ideas?