logs the physical address it listens on instead of hostname|*.
Backport of r1364138 from trunk.
Submitted by: trawick
Reviewed by: rjung, humbedooh
Backported by: rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1372370 13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mpm_winnt: Tweak a message added in r750567 so that the accept thread
- logs the physical address it listens on instead of hostname|*.
- trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1364138
- 2.4.x patch: trunk patch works
- +1: rjung, trawick, humbedooh
-
* htpasswd: Use correct file mode for checking if file is writable.
Also switch to the non-deprecated APR_FOPEN_* flags.
PR: 45923
}
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO(00334)
- "Child: Accept thread listening on %s:%d using AcceptFilter %s",
- lr->bind_addr->hostname ? lr->bind_addr->hostname : "*",
- lr->bind_addr->port, accf_name);
+ "Child: Accept thread listening on %pI using AcceptFilter %s",
+ lr->bind_addr, accf_name);
while (!shutdown_in_progress) {
if (!context) {