git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771966
13f79535-47bb-0310-9956-
ffa450edef68
const char *proxy_ips;
/** The remaining list of untrusted proxied remote ip's */
const char *proxied_remote;
- /** The most recetly modified ip and address record */
+ /** The most recently modified ip and address record */
const char *proxied_ip;
apr_sockaddr_t proxied_addr;
} remoteip_conn_t;
}
/* Would be quite nice if APR exported this */
+/* apr:network_io/unix/sockaddr.c */
static int looks_like_ip(const char *ipstr)
{
if (ap_strchr_c(ipstr, ':')) {