Applies to:
If you are using a reverse proxy server for load balancing, you must add a
ProxyPassReverseCookieDomain value to the httpd.conf file
on the reverse proxy server.
Procedure
-
Log on to the load balancer server as a user who has administrative privileges.
-
Go to the
<Apache_Home>\conf\ directory, and open
the httpd.conf file in an editor.
-
Add a ProxyPassReverseCookieDomain value to the file as follows:
# Proxy
ProxyPass /openpages http://<hostname>:<port>/openpages
ProxyPassReverse /openpages http://<hostname>:<port>/openpages
ProxyPass /ibmcognos http://<hostname>:<port>/ibmcognos
ProxyPassReverse /ibmcognos http://<hostname>:<port>/ibmcognos
ProxyPassReverseCookieDomain <internal.domain.com>
<public.domain.com>
-
Save and close the file.
-
Restart the web server.