Problems with SAC and Rules Wizard behind proxy

Discuss Scalix Management Services ( formerly Scalix Admin Console )

Moderator: ScalixSupport

joaster
Posts: 101
Joined: Wed Aug 02, 2006 9:08 am

Problems with SAC and Rules Wizard behind proxy

Postby joaster » Sun Mar 09, 2008 2:49 pm

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.

exchange

Postby exchange » Mon Mar 17, 2008 11:34 am

Hi,
i have the same problem.

I hope anybody have a solution...



Regards,
Heiko

Valerion
Scalix Star
Scalix Star
Posts: 2730
Joined: Thu Feb 26, 2004 7:40 am
Location: Johannesburg, South Africa
Contact:

Postby Valerion » Tue Mar 25, 2008 5:55 am

I had the following on a previous setup:

Code: Select all

ProxyPass /api ajp://<servername>:8009/api
ProxyPass /m ajp://<servername>:8009/m
ProxyPass /m ajp://<servername>:8009/m
ProxyPass /webmail ajp://<servername>:8009/webmail

ProxyPass /Scalix http://<servername>/Scalix
ProxyPass /omhtml http://<servername>/omhtml


Rules wizard worked fine (last 2 rules). I didn't want SAC access, but you can add /sac, /caa and /res in the same way as above. This was done on CentOS 5. I did it before that with CentOS 4 and mod_jk, just had to use the mod_jk syntax, but I didn't keep the config files.

joaster
Posts: 101
Joined: Wed Aug 02, 2006 9:08 am

Postby joaster » Thu May 08, 2008 10:29 am

Thanks Valerion,

After changing:

Code: Select all

ProxyPass /Scalix/rw http://server-em.web.aa/Scalix/rw
ProxyPassReverse /Scalix/rw http://server-em.web.aa/Scalix/rw

to:

Code: Select all

ProxyPass /Scalix/ http://server-em.web.aa/Scalix/
ProxyPassReverse /Scalix/ http://server-em.web.aa/Scalix/
ProxyPass /omhtml/ http://server-em.web.aa/omhtml/
ProxyPassReverse /omhtml/ http://server-em.web.aa/omhtml/

everything works perfectly.

Regards,
Joost.


Return to “Scalix Management Services”



Who is online

Users browsing this forum: No registered users and 0 guests