<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.17107" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi List!</DIV>
<DIV> </DIV>
<DIV>I am having an issue with a multi site configuration in a clustered environment. When I shut one server down, it works fine. But when they are both running, I get a redirect loop when the workplace window is trying to open.</DIV>
<DIV> </DIV>
<DIV>This is the config:</DIV>
<DIV> </DIV>
<DIV> <sites><BR> <workplace-server>http://test.site1.ca</workplace-server><BR> <default-uri>/sites/site1.ca/</default-uri><BR> <shared-folder>/shared/</shared-folder><BR> <site server="<A href="http://site1.ca">http://site1.ca</A>" uri="/sites/site1.ca/"/><BR> <site server=http://site2.ca uri="/sites/site2.ca/"/><BR> </sites></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><VirtualHost *:80></DIV>
<DIV> </DIV>
<DIV> # host name<BR> ServerName site1.ca</DIV>
<DIV> </DIV>
<DIV> # logs<BR> ErrorLog F:/Apache/logs/test.site1.ca.error.log<BR> CustomLog F:/Apache/logs/test.site1.ca.access.log common</DIV>
<DIV> </DIV>
<DIV><BR> # proxy pass<BR> ProxyPreserveHost On<BR> <Proxy <A href="http://localhost:8080">http://localhost:8080</A>*><BR> Allow from all<BR> </Proxy><BR> RedirectPermanent /opencms/ <A href="http://site1.ca/">http://site1.ca/</A><BR> ProxyPass /opencms/ <A href="http://localhost:8080/opencms/">http://localhost:8080/opencms/</A><BR> ProxyPassReverse /opencms/ <A href="http://localhost:8080/opencms/">http://localhost:8080/opencms/</A><BR> ProxyPass / <A href="http://localhost:8080/opencms/opencms/">http://localhost:8080/opencms/opencms/</A><BR> ProxyPassReverse / <A href="http://localhost:8080/opencms/opencms/">http://localhost:8080/opencms/opencms/</A><BR> <BR></VirtualHost></DIV>
<DIV> </DIV>
<DIV><BR># <BR># test.site2.ca<BR>#<BR><VirtualHost *:80></DIV>
<DIV> </DIV>
<DIV> # host name<BR> ServerName test.site2.ca</DIV>
<DIV> </DIV>
<DIV> # logs<BR> ErrorLog F:/Apache/logs/test.site2.ca.error.log<BR> CustomLog F:/Apache/logs/test.site2.ca.access.log common</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> # proxy pass<BR> ProxyPreserveHost On<BR> <Proxy <A href="http://localhost:8181">http://localhost:8181</A>*><BR> Allow from all<BR> </Proxy><BR> RedirectPermanent /opencms/ <A href="http://test.site2.ca/">http://test.site2.ca/</A><BR> ProxyPass /opencms/ <A href="http://localhost:8181/opencms/">http://localhost:8181/opencms/</A><BR> ProxyPassReverse /opencms/ <A href="http://localhost:8181/opencms/">http://localhost:8181/opencms/</A><BR> ProxyPass / <A href="http://localhost:8181/opencms/opencms/">http://localhost:8181/opencms/opencms/</A><BR> ProxyPassReverse / <A href="http://localhost:8181/opencms/opencms/">http://localhost:8181/opencms/opencms/</A><BR> <BR></VirtualHost></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Any ideas?</DIV>
<DIV> </DIV>
<DIV>Thanks!<BR>Tony</DIV><BR>
<p>
<font size="2" face="Tahoma"><b>DISCLAIMER:</b> The information
transmitted is intended only for the addressee and may contain
confidential, proprietary and/or privileged material. Any unauthorized
review, distribution or other use of or the taking of any action in
reliance upon this information is prohibited. If you received this in
error, please contact the sender and delete or destroy this message and
any copies. </font>
</p>
</BODY></HTML>