I moved Zimbra behing Apache using the mod_proxy_ajp method described on the wiki.
All looked to be working correctly when I was in the office yesterday.
However, when I tried to access the mobile site from outside, it became apparant that there is a problem with the display - all the images are missing. It seems that the css does not reference the image folder correctly when running in this manner.
Here is an excerpt from Logwatch which shows that the image folder was not found
Code:
404 Not Found
/img/arrows/ImgNextPage.gif: 3 Time(s)
/img/arrows/ImgPreviousPage.gif: 2 Time(s)
/img/mobile/iphone-ext/AppsNav.png: 8 Time(s)
/img/mobile/iphone-ext/common.gif: 12 Time(s)
/img/mobile/iphone-ext/common.png: 10 Time(s)
/img/mobile/iphone-ext/common2.gif: 8 Time(s)
/img/mobile/iphone/pinstripes.png: 1 Time(s)
/img/mobile/wm6/AppsNav.gif: 6 Time(s)
/img/mobile/wm6/tb.gif: 6 Time(s) Is there any configuration parameter I can set to fix this behaviour ?
Or - is there a problem with the way the URL's are specified in the CSS files ?