AFSDB and SRV records; TXT records for base domain
[hcoop/domtool2.git] / lib / proxy.dtl
1 extern type proxy_target;
2 {{URL prefix designating where to send proxied requests.
3 It can be any localhost URL on a port of at least 1024.
4 In addition, other allowed targets can be configured.}}
5
6 extern val proxyPass : no_spaces -> proxy_target -> [Vhost];
7 extern val proxyPassReverse : no_spaces -> proxy_target -> [Vhost];
8 {{Interface to Apache <tt>ProxyPass</tt> and <tt>LocalProxyPass</tt>}}