13 lines
652 B
Plaintext
13 lines
652 B
Plaintext
|
|
###############################################################################
|
||
|
|
########## parameterized remoteip config created by Puppet ##########
|
||
|
|
########## manual changes will be overwritten !!! ##########
|
||
|
|
###############################################################################
|
||
|
|
|
||
|
|
RemoteIPHeader X-Forwarded-For
|
||
|
|
RemoteIPTrustedProxy <%= @ae_trusted_proxy %>
|
||
|
|
RemoteIPInternalProxy <%= @ae_trusted_proxy %>
|
||
|
|
|
||
|
|
# mod_remoteip rewrites client address for %a; use it in common/combined logs.
|
||
|
|
LogFormat "%a %l %u %t \"%r\" %>s %b" common
|
||
|
|
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined
|