ReverseProxy avec Apache2 pour Microsoft OWA 2003
Jeudi, 24 août 2006
Voici comment mettre en place un ReverseProxy avec apache2 pour donner
acces a un serveur Microsoft Exchange dans le LAN depuis Internet, plus particulierment à son webmail: OWA
< VirtualHost *>
ServerName owa.mondomaine.com
ServerAdmin tech@mondomaine.comSSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl/apache.pemSSLProxyEngine on
RewriteEngine On
RewriteRule ^/$ /exchange [L,R]RequestHeader set Front-End-Https On
ProxyRequests On
ProxyPreserveHost On
ProxyVia fullOrder deny,allow
Allow from allProxyPass /exchange https://owa.mondomaine.local/exchange
ProxyPassReverse /exchange https://owa.mondomaine.local/exchangeProxyPass /exchweb https://owa.mondomaine.local/exchweb
ProxyPassReverse /exchweb https://owa.mondomaine.local/exchwebProxyPass /public https://owa.mondomaine.local/public
ProxyPassReverse /public https://owa.mondomaine.local/public< /VirtualHost *>
Publié par Nicolas Martinez | Pas de commentaire
Laisser un commentaire
Vous devez vous identifier pour laisser un commentaire.

