b***@apache.org
2016-02-11 16:32:35 UTC
https://bz.apache.org/bugzilla/show_bug.cgi?id=55348
William A. Rowe Jr. <***@apache.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|2.4.4 |2.4-HEAD
OS|Mac OS X 10.4 |All
Summary|%h is not changed in |mod_remoteip updates the
|logging, only %a |"ip" (%a), but "host" (%h)
| |still reflects the
| |connection's ip
--- Comment #1 from William A. Rowe Jr. <***@apache.org> ---
This has the additional perverse effect of treating Require host differently
than Require ip, and was a side-effect of refactoring the remote ip/host into
two sets of connection and request based ip and host. The solution is likely a
fix in httpd core, although mod_remoteip could inflict a performance penalty to
perform this lookup for every request, whether it is examined or not.
William A. Rowe Jr. <***@apache.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|2.4.4 |2.4-HEAD
OS|Mac OS X 10.4 |All
Summary|%h is not changed in |mod_remoteip updates the
|logging, only %a |"ip" (%a), but "host" (%h)
| |still reflects the
| |connection's ip
--- Comment #1 from William A. Rowe Jr. <***@apache.org> ---
This has the additional perverse effect of treating Require host differently
than Require ip, and was a side-effect of refactoring the remote ip/host into
two sets of connection and request based ip and host. The solution is likely a
fix in httpd core, although mod_remoteip could inflict a performance penalty to
perform this lookup for every request, whether it is examined or not.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org