Hello,
I'm trying to setup reverse proxy as DMZ based gateway to our intranet
Domino server. I have working setup of Apache2 (ver. 2.0.x on Debian
Sarge) of reverse proxy with SSL.
It works like this:
1. User enter address of mail server like
https://mail.server.cz/
2. login screen appears
3. when user successfully authenticate himself, he is automatically
redirected to his mailbox into
https://mail.server.cz/mail/username.nsf
like address
this all works fine.
Still, there is possibility access other databases via
https://mail.server.cz/dtb_name.nsf and this is what I do not want to
be possible. In other words, I need something like when user enter
anything behind / then he is automatically redirected back to
https://mail.server.cz/
On http port I have this:
RedirectMatch (.*)\.nsf(.*)$
https://mail.server.cz
Redirect /
https://mail.server.cz
this works but it does not on
https:// with reverse proxy
Does anybody know how to solve this?
Thanks a lot in advance for any answers
Best regards
Daniel