View Single Post
  #14 (permalink)  
Old 02-07-2008, 06:22 AM
Klug Klug is offline
Moderator
 
Posts: 2,207
Default

Proxying "/zimbra is" not enough (anything shared needs /home/user/anything).

Did you try to proxify the whole "/", something like :
Code:
ProxyPass        / https://internal-zimbra-server.domain/ 
ProxyPassReverse / https://internal-zimbra-server.domain/

Last edited by Klug; 02-07-2008 at 06:25 AM..
Reply With Quote