return DECLINED;
}
if (c->remote_addr->hostname || apr_strnatcmp(c->remote_ip,c->local_ip) == 0) {
if (c->client_addr->hostname || apr_strnatcmp(c->client_ip,c->local_ip) == 0) {
/* Connection initiated by Apache (mod_proxy) => ignore */
return OK;