wrong config to ap_get_remote_host().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92827
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.31-dev
+ *) Fix a segfault in mod_rewrite's logging code caused by passing the
+ wrong config to ap_get_remote_host(). [Jeff Trawick]
+
*) Allow mod_cgid to work from a binary distribution install by
using 755 for the permissions on the log directory instead of
750. [Jeff Trawick]
ruser = "\"\"";
}
- rhost = ap_get_remote_host(conn, r->server->module_config,
+ rhost = ap_get_remote_host(conn, r->per_dir_config,
REMOTE_NOLOOKUP, NULL);
if (rhost == NULL) {
rhost = "UNKNOWN-HOST";