]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
First try to put togother an external health checker for mod_proxy.
authorJean-Frederic Clere <jfclere@apache.org>
Fri, 28 Jul 2006 16:33:58 +0000 (16:33 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Fri, 28 Jul 2006 16:33:58 +0000 (16:33 +0000)
commitd0e5132941f93827c7034fd96ae4dd49ca77c705
treeb73a323a312bc814daf0b4c59fce7c72f6c0f54d
parentb09239fa4abba869569a21d3cb909eea607affb6
First try to put togother an external health checker for mod_proxy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@426604 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/config.m4
modules/proxy/health_checker_util.c [new file with mode: 0644]
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_health_checker.c [new file with mode: 0644]
modules/proxy/mod_proxy_health_checker.h [new file with mode: 0644]
modules/proxy/proxy_util.c
support/Makefile.in
support/proxymonitor.c [new file with mode: 0644]