|
> Salut,
> Je cherche des infos pour la configuration d'un Reverse Proxy. > Je voudrais mettre en œuvre un apache qui puisse rediriger vers les > bons serveurs web. > Requettes : > http://toto/ rediriger vers server1 > http://test/ rediriger vers server2 > https://toto/ rediriger vers server3 pour chaque nom tu creer un vhost
et normalement tu met
ProxyPass / http://server1/
ProxyPassReverse / http://server1/ etc
je sais pas si c faisable pour
https
> Et ainsi de suite > Redhat 7.3 + apache 1.3.27 + mod_ssl + mod_php + Mysql + openssl > Merci d’avance > Johnny > ******************************************************************************************** > The information transmitted is intended only for the person or entity > to which it > is addressed and may contain confidential and/or privileged material. > Any review, retransmission, dissemination or other use of, or taking > of any action > in reliance upon, this information by persons or entities other than > the intended > recipient is prohibited. If you received this in error, please > contact the sender > an delete the material from any computer. |