Hi,
> I put the proxybaseurl with no effect.
>
> Anyone have an idea about this redirection ?
Yes, and I think (but cannot remember exactly) that this is why c2c often chose
to put geoserver in its own tomcat, so that there was no problem redirecting
from the security proxy to a webapp simply called geoserver (without "-private"
suffix). Anyway, here is what I did to fix it into my nginx configuration[1]:
8<-------------------------------------------------------------------------
# little hack to fix geoserver redirections
# This may not be needed if geoserver is contained
# in its own tomcat (which implies that the -private
# suffix
# is not needed)
rewrite ^/geoserver-private/(.*)$ /geoserver/$1 permanent;
------------------------------------------------------------------------->8
I'm pretty sure you should be able to easily do the same with apache's
mod_rewrite.
Hth,
[1]
http://download.qualitystreetmap.org/vm-georchestra/setup.txt
--
Pierre