On Wed, 2012-04-04 at 11:17 +0200, Patrice Karatchentzeff wrote:
> Chez moi, ça ne marche pas avec ça : je suis obligé de mettre
>
> ProxyPass /icescrum/ http://localhost:8080/icescrum
>
> pour que ça fonctionne.
Personnellement j'utilise mod_proxy_ajp:
http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html
Il me semble qu'il y a des gains de performance notables comparé à un
proxy HTTP
A+
Yves