# Configuration of mod_remoteip to use the original client's IP as the remote IP address. Such IP # is the first one in the X-Forwarded-For header. If we want to log this address, use %a instead # of %h in LogFormat directives. # RemoteIPHeader X-Forwarded-For # vim: syntax=apache ts=4 sw=4 sts=4 sr noet