]> granicus.if.org Git - apache/commit
Add in new mod_proxy "extension" module: mod_proxy_express.
authorJim Jagielski <jim@apache.org>
Fri, 13 May 2011 13:46:43 +0000 (13:46 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 13 May 2011 13:46:43 +0000 (13:46 +0000)
commita63ae1c31d65041854227093ab9c8af84af99e25
treeb6e3419f0d3d91955d6c68af911745630d7c9d4e
parent7353c3d13dc17da844fbc5207ffa7aa10afef12f
Add in new mod_proxy "extension" module: mod_proxy_express.

This is a module developed by myself to support the
RedHat OpenShift Express project, to allow for dynamic
and fast reverse-proxy switching.

The idea is to easily map Host: header entries to
backend servers, with the mapping done in a DBM file
(think of mod_vhost_alias, kinda, for mod_proxy).
Yeah, mod_rewrite and RewriteMap could kinda do
it but (1) that is slow and (2) no support for
ProxyPassReverse capability.

Donated to the ASF.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102733 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_proxy_express.html [new file with mode: 0644]
docs/manual/mod/mod_proxy_express.html.en [new file with mode: 0644]
docs/manual/mod/mod_proxy_express.xml [new file with mode: 0644]
docs/manual/mod/mod_proxy_express.xml.meta [new file with mode: 0644]
modules/proxy/mod_proxy_express.c [new file with mode: 0644]