Forum Discussion

jquinones82_469's avatar
jquinones82_469
Icon for Nimbostratus rankNimbostratus
Aug 16, 2012

ProxyPass for Inotes

I have a VIP setup that has 4 Domino inotes servers on the backend.

 

 

I want to mask the url.

 

 

 

I have used the Proxypass for url masking and it works great, but I'm having issues masking the hostname in the url.

 

 

 

For ex, the main vip is mail.domain.com

 

 

 

then there are server1.domain.com, server2.domain.com, server3.domain.com, server4.domain.com

 

 

 

When you login, Inotes will redirect you to your home server, but I want to have the VIP hostname and not the servername it redirects you too.

 

 

 

At anytime, mail.domain.com can send you over to any of the 4 servers.

 

 

 

I'm running 11.1.0.

 

 

 

I'm using a Data Group list with string values.

 

 

 

I set

 

 

 

when RULE_INIT {

 

Enable to debug ProxyPass translations via log messages in /var/log/ltm

 

(2 = verbose, 1 = essential, 0 = none)

 

set static::ProxyPassDebug 2

 

 

 

Enable to rewrite page content (try a setting of 1 first)

 

(2 = attempt to rewrite host/path and just /path, 1 = attempt to rewrite host/path)

 

set static::RewriteResponsePayload 2

 

 

 

 

 

 

  • At the current moment, it redirects the request to a new URL and I want to prevent that.