View Single Post
  #1 (permalink)  
Old 05-12-2006, 02:32 PM
trangeard trangeard is offline
Junior Member
 
Posts: 5
Default Running zimbra on an exiting web server

Hi All,

I try to run behind a Nat/Firewall zimbra on my web server hosting my blog.
I have apache/Mysql MAMP running on port 80 for the web access and Mysql running on a port different than Zimbra.
My localnet works well behind the firewall. I would like to provide web access to the zimbra server outside the firewall/Nat.
Zimbra UI is working on 81 port for the intranet.
I have looked on the forum but honestly they are too much informations.
The last things that I have tested on the apache blog configuration is to managed virtual host. It works from the internet until I have to authenticate the user.
www.outside.com/zimbra/auth fails on the redirection and forward to the internet user to the inside intranet URL....

My apache runs on port 80/443 outside the firewall
Zimbra is running on port 81

The httpd.conf for the web proxy configuration is:


ServerName www.myblog.com
DocumentRoot /Volumes/
ScriptAlias /cgi-bin/ /Applications/MAMP/cgi-bin



ServerName mail.myblog.com
ProxyPass / http://myinternalwebser.com:81/
ProxyPassReverse / http://myinternalwebserver.com:81/



I certainly missed something but what ?

Thank's for your advices.

Thierry
__________________
Thierry MacOsx Fan
Reply With Quote