AFSDB and SRV records; TXT records for base domain
[hcoop/domtool2.git] / lib / urls.dtl
CommitLineData
d5754b53
AC
1{{Basic Apache URL handling}}
2
998ed174 3extern val alias : location -> readable_path -> [Vhost];
d5754b53
AC
4{{All requests for the location should be served from the path.}}
5
6extern val scriptAlias : location -> your_path -> [Vhost];
7{{Like <tt>alias</tt>, for Apache's <tt>ScriptAlias</tt>}}
8
9extern val errorDocument : no_spaces -> no_newlines -> [^Vhost];
10{{The first argument specifies an HTTP error code, which should be handled using
11 the second argument, which is either a URL or a string to display.}}