Changes of Revision 2
[-] [+] | Changed | apache2-mod_asn.spec |
[-] [+] | Added | apache24.patch ^ |
@@ -0,0 +1,11 @@ +--- mod_asn-1.5/mod_asn.c.orig 2013-07-28 10:34:11.053755165 +0200 ++++ mod_asn-1.5/mod_asn.c 2013-07-28 10:37:51.501011515 +0200 +@@ -307,7 +307,7 @@ + clientip = apr_table_get(r->subprocess_env, scfg->ip_envvar); + debugLog(r, cfg, "client ip from %s envvar: %s", scfg->ip_envvar, clientip); + } else { +- clientip = apr_pstrdup(r->pool, r->connection->remote_ip); ++ clientip = apr_pstrdup(r->pool, r->connection->client_ip); + } + + if (!clientip) { |