Hi Muz,

We use RewriteRule instead of ProxyPass which works.

RewriteRule /app(.*)$ https://127.0.0.1:8443/app$1 [P,L]

I have even changed this to use ProxyPass but without any noticeable difference

ProxyPass /app https://127.0.0.1:8443/app
ProxyPassReverse /app https://127.0.0.1:8443/app


Johanes Soetanto



On 26 November 2012 14:53, Muz <muz...@gmail.com> wrote:
> On 26 November 2012 14:28, Johanes Soetanto <otnat...@gmail.com> wrote:
>
>> Unknown error 502
>
> Hi Johanes,
>
> What are your proxypass settings?
>
> Thanks,
> Muz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to