OGo through a reverse proxy (Apache2)
Daniel Pocock <[email protected]> Wed, 18 Mar 2009 20:47:02 +0000
| Newsgroups | gmane.comp.cms.opengroupware.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'd just like to confirm what is a reasonable configuration for a reverse proxy. I have my SSL certificate on one server (Apache2, Debian) and OGo on a second server (Centos5). I'd like the SSL server to proxy all the requests to the real server. The configuration is below, it seems to work, but I have some questions: - Does this seem reasonable? - Can I do without ProxyPassMatch? - Does OGo need to know the real https URL so that it can generate any links properly? <VirtualHost secure-host:443> SSL-config....... ProxyRequests off ProxyPassMatch ^/OpenGroupware http://centos-box ProxyPassReverse /OpenGroupware http://centos-box ProxyPass /ArticleImages http://centos-box/ArticleImages ProxyPassReverse /ArticleImages http://centos-box ProxyPassMatch ^/RPC2 http://centos-box ProxyPassReverse /RPC2 http://centos-box ProxyPass ^/zidestore/ http://centos-box ProxyPassReverse /zidestore/ http://centos-box </VirtualHost> Regards, Daniel -- OpenGroupware.org Users [email protected] http://mail.opengroupware.org/mailman/listinfo/users