This module relays requests which this server cannot resolve, to a
remote server.
Variables
Relay host
The IP number of the host to relay to.
Relay port
The port number on the remote host to relay to
Always relay
All URLs that match any of the patterns in this list will always
be redirected to the remote server, even if they match a pattern in
the Don't redirect list.
The format for the list is quite easy:
pattern
pattern
pattern
where each pattern is a string wich will be matched against the requested url.
'*' means any character(s), and '?' is any single character.
Don't relay
Don't relay requests for any of the patterns in this list,
unless they match one of the patterns in the Always relay list.