We are using apache as reverse proxy to access from the Internet.
Mail boxes with inotes5 templates are working fine.
Mail Boxes with inotes6 templates have the folowing problem : when inotes tries to get the list of mail in a folder the folowing message is displayed (translated from french):
error while getting the data, click on refresh button
Does anyone manage to get 6.0.2CF1 working with reverse proxy ?
Subject: inotes6 with reverse proxy unable to display mail list
Hi Vincent, You must to configure the apache to allow proxypass for the /iNotes folder too. The overall configurations will look like this:
ProxyPass /icons/ http://domino/icons/
ProxyPass /domjava/ http://domino/domjava/
ProxyPass /mail/ http://domino/mail/
ProxyPass /iNotes/ http://domino/iNotes/
ProxyPassReverse / http://domino/
Hope this help you to solve the problem.
Subject: RE: inotes6 with reverse proxy unable to display mail list
Adding these ProxyPass commands works well. The only thing is that I tell the user to type https://mydomain.fr/ . Then they are redirected to login.nsf which allow to be authenticated and redirected to their mailbox.
So they need to get access to root to get redirected to login.nsf but how could I tell apache to reverse proxy access to root directory but not to everything in root directory ?