apache-formula icon indicating copy to clipboard operation
apache-formula copied to clipboard

Default log formats doesn't use IP from mod remoteip in debian

Open scambra opened this issue 5 years ago • 0 comments

LogFormat in apache-2.4.conf.jinja template use %h, and vhost/standard.tmpl does too, so they are useless when remoteip is enabled, because %a must be used. However vhost/proxy.tmpl uses %a. Is it possible to change LogFormat to use %a? I think it will be the same as %h when remote ip is not used.

scambra avatar Jan 22 '20 12:01 scambra