Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-28-2006, 06:00 AM
New Member
 
Posts: 3
Default Zimbra and mod_proxy

I have set up zimbra for my employer on one of our internal servers. I now want employee's to be able to access there email using the zimbra web client. We have a server in our DMZ that used to host squirrelmail to access our old imap server. I would like to use apache and mod_proxy on this server to reverse proxy requests from www.oursite.com/zimbra to the internal zimbra host. I've added the following lines to the apache server in the DMZ to reverse proxy to zim

ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /zimbra http://internal.host
ProxyPassReverse /zimbra http://internal.host

This works! almost. When i enter www.oursite.com/zimbra on my browser i get zimbra's distinctive grey background but not the login form.
On inspection of my httpd error logs in the DMZ i noticed the following error:

File does not exist: /var/www/html/js, referer: http://www.oursite.com/zimbra

Can anyone see what i might be doing wrong ?. Has anyone else a setup similar to the one i am attempting. I'm sure others out there must have attempted this setup.
Thanks
Ian

Note: web addresses above modified
Reply With Quote
  #2 (permalink)  
Old 06-28-2006, 06:29 AM
Zimbra Consultant & Moderator
 
Posts: 11,508
Default

Welcome to the forums.

Does this page tell you what you need to know?
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 06-28-2006, 08:37 AM
New Member
 
Posts: 3
Default

Yes thank you,
That done the trick. only difference was that my apache was on a different server than Zimbra's.
Reply With Quote
  #4 (permalink)  
Old 06-28-2006, 08:16 PM
Project Contributor
 
Posts: 77
Default

Quote:
Originally Posted by clancyian
Yes thank you,
That done the trick. only difference was that my apache was on a different server than Zimbra's.
Mine too, and works very good
__________________
Patricio Bruna
http://www.it-linux.cl/pbruna
Reply With Quote
  #5 (permalink)  
Old 04-06-2007, 06:25 AM
Junior Member
 
Posts: 5
Default Not me

I am trying to do just as you did, to no avail. I have a Mac mini running OSX 10.4.9, Apache 1.3
I am using the following settings:
<VirtualHost *:80>
ServerName revproxy.mydomain
ProxyPass /zimbra http://zimbra.mydomain
ProxyPassReverse /zimbra http://zimbra.mydomain
</VirtualHost>
I only get the html, all linked files (css, images,etc) give a 404 error
Am I missing something crucial?
Reply With Quote

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0