
Originally Posted by
KevinH We also use /service to talk to the server. So you'd need to proxy that as well.
it would be great, if this urls could be set somewhere in configuration ..... for example that all zimbra things would be below /zimbra or whatever the proxy need...
but with following config it works now
Code:
<Location "/service">
ProxyPass http://zimbra.xxx.xx/service
ProxyPassReverse http://zimbra.xxx.xx/service
ProxyPassReverse /
SetOutputFilter proxy-html
ProxyHTMLExtended On
ProxyHTMLURLMap /service /service
</Location>
<Location "/zimbra">
ProxyPass http://zimbra.xxx.xx/zimbra
ProxyPassReverse http://zimbra.xxx.xx/zimbra
ProxyPassReverse /
ProxyHTMLExtended On
SetOutputFilter proxy-html
ProxyHTMLURLMap /zimbra /zimbra
</Location>
but i had to made a small change on the skin.html --> i did a posting in the developer section
thx