When using the following directives in apache configuration file httpd.conf.
<VirtualHost *:80>
ServerName www.server.com
ServerAdmin
webmaster@server.com
ProxyPass /
http://server.internal_adress:8082/
ProxyPassReverse /
http://server.internal_adress:8082/
</VirtualHost>
The IP adress record in the database is the apache web server adress instead the client adress.
We modify ActionServletRequest.java to prevent this and we join it.
Have a nice day to evryone
[originally posted on jforum.net by snaps-herve]