]> granicus.if.org Git - apache/commit
Add the new RewriteMap types `rnd' and `int' to mod_rewrite to allow Apache to
authorRalf S. Engelschall <rse@apache.org>
Mon, 23 Feb 1998 08:27:36 +0000 (08:27 +0000)
committerRalf S. Engelschall <rse@apache.org>
Mon, 23 Feb 1998 08:27:36 +0000 (08:27 +0000)
commit63ae18dffb27624f82025e6b87bfa1511c9940b7
tree1c67eab0647db7348a801f967f46a5be52f7484f
parenteb0f7d6b75c2b072cbae2870e7b80ac871f8298d
Add the new RewriteMap types `rnd' and `int' to mod_rewrite to allow Apache to
be used as a Reverse Proxy (where the backend servers are choosen via a `rnd'
map) and to allow mass virtual hosting without <VirtualHost> sections (where
you have to fix the case of server names when translating the Host-Header to a
directory structure).

Together with the comitted ProxyPassReverse directive we now have solved
two things the users have asked in the past:

1. The ability to use Apache as a full-featured Reverse Proxy
2. The ability to do mass virtual hosting without <VirtualHost> sections.

For both topics we should write stand-alone documents (perhaps inside
htdocs/manual/misc/) because they are not trivial to do, even when we now have
the functionality ;-)

Submitted by: Ralf S. Engelschall
Reviewed by: Dean Gaudet, Ralf S. Engelschall

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80298 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_rewrite.html