On Mon, May 17, 2021 at 4:29 PM <vad...@gmail.com> wrote:

>
>
> On Mon, May 17, 2021 at 2:59 PM Eric Covener <cove...@gmail.com> wrote:
>
>>
>>
>> On Mon, May 17, 2021 at 2:51 PM <vad...@gmail.com> wrote:
>>
>>> I added this but it went to a different node instead of node 1 which is
>>> msts1acnf001
>>>
>>> ProxyPass /confluencenode1 http://msts1acnf001:8098/confluence
>>> ProxyPassReverse /confluencenode1 http://msts1acnf001:8098/confluence
>>>
>>> Any suggestion what am I doing wrong?
>>>
>>
>> There is a chance your app redirected you along the way and dropped the
>> custom prefix, I would look at recent access log entries when it fails. Or,
>> test with a command-line client or developer tools running in the browser.
>>
>>
> I see this in the vhost. access log
>
> '192.168.0.36' '-' '-' 'proxy.example.com' '[17/May/2021:18:47:56 +0000]'
> 'GET /confluencenode1 HTTP/1.1' '302' '-' '-' '-' 'Mozilla/5.0 (Windows NT
> 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0' '-' '-'i '-'
>
> '192.168.0.36' '' '-' 'proxy.example.com' '[17/May/2021:18:47:56 +0000]'
> 'GET /confluence/ HTTP/1.1' '302' '465' '-' '-' 'Mozilla/5.0 (Windows NT
> 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0' '-' '-'i ''
>
> I do not see msts1acnf001 anywhere in the log
>


 Here is the snippet after adding the `/confluencenode1`

<Proxy balancer://confluencedc>
BalancerMember http://msts1acnf001:8098 route=1
BalancerMember http://msts1bcnf002:8098 route=2
BalancerMember http://msts1ccnf003:8098 route=3
ProxySet stickysession=ROUTEID
</Proxy>
...
ProxyPass /confluencenode1 http://msts1acnf001:8098/confluence
ProxyPassReverse /confluencenode1 http://msts1acnf001:8098/confluence
...
ProxyPass /confluence balancer://confluencedc/confluence
ProxyPassReverse /confluence balancer://confluencedc/confluence

Not sure if the second proxypass interferring with the first one

Thanks,
Asif



>
> --
> Asif Iqbal
> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>
>

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Reply via email to