On Mon, 29 Jan 2007 16:21:13 +0100
Marian Hettwer <[EMAIL PROTECTED]> wrote:

> However, one thing is bothering me.
> Obviously, my apache access logs on those load balanced machines can 
> only show the IP address of my load balancer, not the real remote ip
> of the request.

Why are you rewriting the source address ?
A typical rule for redirecting web traffic would be:

rdr on $ext0 from any to $www port 80 -> <webservers> 

This rewrite the destination address, not the source.
Your apache logs are the same than they would have been had you been
directly reachable.

Reply via email to