I found it , the answer is here:
viewtopic.php?t=5758&highlight=
This show how to install the debian package for the tomcat connector in Ubuntu efty edge.
Now all is setup, but I am getting:
You don't have permission to access /webmail on this server.
I am pretty noob to Apache, does someone have a solution for this?
this is my instance-scalix.conf
Code: Select all
<VirtualHost myExternalHost:443>
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem
SSLProtocol all
SSLCipherSuite HIGH:MEDIUM
Include /etc/opt/scalix-tomcat/connector/ajp/app-scalix.*.conf
</VirtualHost>
end this is my app-scalix.webmail.conf
Code: Select all
ProxyPass /webmail ajp://scalix.myInternalDomain:8009/webmail
Thanks
Luis[/code]