You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: