Apache ModProxy to zimbra? I have my webserver setup to port 80 and zimbra to port 8080. I have a virtualHost setup with modproxy that passes all requests from mail.MYDOMAIN.com to mail.MYDOMAIN.COM:8080 to connect with zimbra. It bounces around to the ssl port and then ends up back on 8080.
How do I configure modproxy to prevent this. I would like it to stay always on port 80 inside my virtual.
I'd be fine with having the zimbra-apache on port 80 and move tomcat to 8080, so long as I can setup the same virtual. Right now I have the zimbra-apache on the default 7780. Since they are on differnt ports the two instances of apache con coexist. |