<![CDATA[Andesi - forum / Reverse Proxy pour un serveur OWA Exch2007]> 2010-02-12T00:12:16Z FluxBB http://forum.andesi.org/viewtopic.php?id=6673 <![CDATA[Réponse à : Reverse Proxy pour un serveur OWA Exch2007]> Salut,

Du mod_proxy, ça ira ? un exemple à mettre dans un virtual host:

    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
#    ProxyPreserveHost on
    ProxyPass / http://localhost:8000/
    ProxyPassReverse / http://localhost:8000
    ProxyPass /images ! 
    ProxyPass /stylesheets ! 
    ProxyPass /javascripts !

ça te proxyse tout ce qui arrive sur le serveur web qui écoute sur le port 8000 en local. J'utilise ça en conjonction avec des Alias pour mes installs ruby on rails. D'ailleurs, l'article du wiki est en cours de rédaction...

Et pour activer le mod_proxy dans apache, utilise a2enmod

]>
http://forum.andesi.org/profile.php?id=1309 2010-02-12T00:12:16Z http://forum.andesi.org/viewtopic.php?pid=59208#p59208
<![CDATA[Reverse Proxy pour un serveur OWA Exch2007]> Bonjour à tous,

J'ai dans le cadre d'un projetbesoin d'installer un OWA Exch 2007. Mais avant cela, il faut que j'installe un Reverse Proxy via Apache2 sur un hote DEBIAN.

Et c'est là que le drame commence, je n'y connais rien sur apache et le mode Reverse Proxy

Merci d'avance pour votre aide.

Titi-rugby

]>
http://forum.andesi.org/profile.php?id=24916 2010-02-11T23:06:42Z http://forum.andesi.org/viewtopic.php?pid=59207#p59207