fred badel <[EMAIL PROTECTED]> writes:

> Hello,
>
> as-tu essayé d'utiliser le mod_proxy ?

Non.

> ten l'utilisant comme "reverse proxy" tu peux rediriger les requêtes
> en fonction du nom d'hôte ou de l'url ...
>
> j'ai utilisé cette config pour protéger un serveur msexchange (je ne
> sais pas pourquoi, mais je préfère avoir un serveur apache en frontend
> d'un serveur iis ??!!!! ;))
>
> <VirtualHost 10.224.11.13:80>
>         ServerName webmail.domain.com
>         ProxyPass /exchange http://webmail.domain.com/exchange
>         ProxyPass /public http://webmail.domain.com/public
>         ProxyPass /exchweb http://webmail.domain.com/exchweb
>         ProxyPassReverse /exchange http://webmail.domain.com/exchange
>         ProxyPassReverse /public http://webmail.domain.com/public
>         ProxyPassReverse /exchweb http://webmail.domain.com/exchweb
> </VirtualHost>

C'est très tentant, merci beaucoup, je vais essayer ça.

-- 
Arnaud Vandyck
http://fosdem.org/
Free and Open Source Software Developers' Meeting
February 26-27 2005,
Bruxelles, Belgium

_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/[EMAIL PROTECTED]
IRC: chat.unixtech.be:6667 - #unixtech

Répondre à