]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
tweak ap_get_remote_host() so that the caller can find out if she got
authorJeff Trawick <trawick@apache.org>
Fri, 9 Mar 2001 20:30:34 +0000 (20:30 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 9 Mar 2001 20:30:34 +0000 (20:30 +0000)
commitd3dcba691d796a3812f71bf85a77d80af4e3dd27
tree41bf30dee4977d9f08408c2111d93c8d878318f8
parentc9a450c264a124cd7ef61f90729dba5fc87ceeeb
tweak ap_get_remote_host() so that the caller can find out if she got
back an IP address

mod_access needed to know this, but the old code didn't handle IPv6

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88484 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
modules/aaa/mod_access.c
modules/loggers/mod_log_config.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_setenvif.c
modules/metadata/mod_usertrack.c
server/core.c
server/scoreboard.c
server/util_script.c