Inotes6 with reverse proxy unable to display mail list

We have just migrated from 5.0.11 to 6.0.2CF1

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: No, but I think…

…that this problem is fixed in ND6.5.

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.

Regards…

–Diego.

Subject: RE: inotes6 with reverse proxy unable to display mail list

Thank you for your help. I did not try yet to limit the access to certain directory. That will be the next step.

I solve my problem my using iNotes60 and not iNotes6 design.

Now I am going to limit the access to certain directory

Regards,

Vincent

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 ?