Hi all,
I moved my scalix server behind a Apache proxy (using proxy and reverse proxy in httpd.conf). Everything works correctly except for SAC and the Rules Wizard.
The errors i'm getting are:
1. SAC: Logon screen displays as normal connecting through the proxy. Bu on logon a popup is displayed that says: "Administration server is not responding. Possible lost connection or server problem."
I don't have this problem when I bypass the proxy (using it internal address).
2. Rules wizard: When opening the rules wizard through the proxy it does not display pictures and a normal layout.
Again I don't have this problem when I bypass the proxy (using it internal address).
Content of the httpd.conf file on the proxy server:
# -----------------------------------------------
ProxyPass /webmail http://server-em.web.aa/webmail
ProxyPassReverse /webmail http://server-em.web.aa/webmail
ProxyPass /sac http://server-em.web.aa/sac
ProxyPassReverse /sac http://server-em.web.aa/sac
ProxyPass /m http://server-em.web.aa/m
ProxyPassReverse /m http://server-em.web.aa/m
ProxyPass /Scalix/rw http://server-em.web.aa/Scalix/rw
ProxyPassReverse /Scalix/rw http://server-em.web.aa/Scalix/rw
# -----------------------------------------------
Does anyone know how to fix this?
Regards,
Joost.