On 11/28/2010 12:50 AM, Lars Nielsen wrote:
Hi there,
I have a setup with 2 servers where the first one works as a proxy to
the second.
On my proxy server i have this in apache's config:
<VirtualHost *:80>
ServerName www.hjemmesideteknik.dk
ServerAlias hjemmesideteknik.dk
ProxyPreserveHost On
ProxyPass / http://192.168.1.106/
ProxyPassReverse / http://192.168.1.106/
</VirtualHost>
and the proxy works fine and I can see the site from the internet. My
problem is that in the access log file for the site it puts my proxy's
IP-address in as the remote ip in stead of the original users ip.
How can I solve this so the users ip is written in the logfile?
Read the documentation for LogFormat:
http://httpd.apache.org/docs/current/mod/mod_log_config.html#logformat
It shows you how to log any variable apache knows about.
--
J.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org