Page 1 of 1

No Acces to sac

Posted: Tue Dec 18, 2007 3:40 pm
by proflan
Hi @ all - my first post :)

Thanks for this cool software - I installed succesfully. Now I wanted to use scalix webmail, rues and sac only over https. This is why I added in my apache2 Virtal SSL Vhost the Include directve "Include /etc/opt/scalix-tomcat/connector/ajp/app-h1352444.*.conf".

That works well. Webmail, WAP and Rules are accessable. The only thing is, that I am not able to access the Admin Inteface (sac). Whe I type https://mydomain/sac, I can enter Username and Password, but it apperas an error message: Config Files could not be loaded.

Has anybody an idea/advice?

Posted: Wed Dec 19, 2007 3:25 am
by Valerion
Be careful that /caa and /res are NOT served over HTTPS. The services internally need to speak unencrypted to one another.

Posted: Wed Dec 19, 2007 8:20 pm
by proflan
ah ok, thank you - but webmail acces using https is not problematic? There should be a way to acces webmail and admin interface via https.^^


In apache2 error log appears:

Code: Select all

File does not exist: /srv/www/htdocs/homepage/res

Posted: Wed Dec 19, 2007 9:35 pm
by joako
In the section where your non-ssl directives are in your httpd.conf add these lines:

Include /etc/opt/scalix-tomcat/connector/ajp/app-h1352444.caa.conf
Include /etc/opt/scalix-tomcat/connector/ajp/app-h1352444.res.conf

Posted: Thu Dec 20, 2007 9:18 pm
by proflan
Thank you very much! It works :-)

Merry Christmas and a happy new year!