]> granicus.if.org Git - apache/commit
Allow SetHandler+UDS+fcgi to take advantage of dedicated workers including
authorEric Covener <covener@apache.org>
Sat, 20 Dec 2014 15:56:16 +0000 (15:56 +0000)
committerEric Covener <covener@apache.org>
Sat, 20 Dec 2014 15:56:16 +0000 (15:56 +0000)
commit85d1a0ba01d73dfa1ce6ce14fb11d513168b1b59
treef074da7d75c78c3b8805824b7bee1263c95a2d24
parent905930ac7c6f0051a1f755ff1b9919c5c45b821b
Allow SetHandler+UDS+fcgi to take advantage of dedicated workers including
opting in to connection reuse and other proxy options (max=, etc).

adds 'enablereuse' proxyoption and a minor MMN bump to share
proxy_desocketfy outside of mod_proxy.c, which is required to
match workers to URLs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647009 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_fcgi.xml
include/ap_mmn.h
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c