Add caDir and move serialDir into Config.Bind
[hcoop/domtool2.git] / lib / proxy.dtl
CommitLineData
e95a129e
AC
1extern 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.}}
f8dfbbcc 5
e95a129e
AC
6extern val proxyPass : no_spaces -> proxy_target -> [Vhost];
7extern val proxyPassReverse : no_spaces -> proxy_target -> [Vhost];
8{{Interface to Apache <tt>ProxyPass</tt> and <tt>LocalProxyPass</tt>}}