History log of /httpd/modules/proxy/proxy_util.h
Revision Date Author Comments Expand
ed6608b05c17ad82dd9391739af837256bdffb42 1374963 20-Aug-2012 fuankg

Move *_DECLARE_* macros to beginning of line in headers. Patch submitted by: normw gknw net.

3a34ab5010a01b252aabb50b5b7a77469a4e45ef 1209947 03-Dec-2011 minfrin

mod_proxy: Move ap_proxy_strmatch_path and ap_proxy_strmatch_domain out of the public API.

8c69d8fdde8db830bfbfbb1b381f6e54d20b71d9 1209908 03-Dec-2011 minfrin

mod_proxy: Make the ap_proxy_is* functions private.

4ab0fd1b54ce76f0fb6812b89b0b4dc7541014d6 1209754 02-Dec-2011 minfrin

mod_proxy: Make ap_proxy_retry_worker() into an optional function. Allows mod_lbmethod_bybusyness, mod_lbmethod_byrequests, mod_lbmethod_bytraffic and mod_lbmethod_heartbeat to be loaded without mod_proxy yet being present, which happens when modules are loaded in alphabetical order.