Hi,
I recently configured my Zimbra box to be served via a local Apache reverse proxy, as described in the Wiki. Furthermore I only allow HTTPS connection via the firewall.
If I go now to the Wiki (Documents function) within Zimbra, the browser tries to connect to zimbrahost.domain.tld:7070 which is the internal port and of course blocked by the firewall. I have to wait for the timeout then - after that the page works fine.
I used Fiddler to debug this and I found out that somehow this line of code gets into the HTML page served if I open the Wiki page:
Code:
...<TITLE>
Notebook
</TITLE>
<base href='http://zimbrahost.domain.tld:7070/home/user/Notebook'/>
<LINK rel='stylesheet' type='text/css' href='/zimbra/css/wiki.css'><style>body, table{ font-family:Arial;color:#000000;font-size:12pt;}</style></HEAD>
<BODY style='margin:0px'>... How can I fix that? In the Wiki it just says that there would be some "issues" with the Zimbra wiki function if used via a reverse proxy. I think I got those issues :-)
Thanks!