This module creates dynamically configured mass reverse
proxies, by mapping the Host:
header of the HTTP request to
a server name and backend URL stored in a DBM file.
This allows for easy use of a huge number of reverse proxies
with no configuration changes. It is much less feature-full
than
This module requires the service of
Do not enable proxying until you have secured your server. Open proxy servers are dangerous both to your network and to the Internet at large.
[P]
flag for mapped reverse proxying.
The
The Host:
header, to a backend URL.
The file is constructed from a plain text file format using
the httxt2dbm
utility.
The
httxt2dbm
.
Possible values are (not all may be available at run time):
Value | Description |
---|---|
db | Berkeley DB files |
gdbm | GDBM files |
ndbm | NDBM files |
sdbm | SDBM files (always available) |
default | default DBM type |