Limiting acceptable web nodes
[hcoop/domtool2.git] / lib / urls.dtl
1 {{Basic Apache URL handling}}
2
3 extern val alias : location -> your_path -> [Vhost];
4 {{All requests for the location should be served from the path.}}
5
6 extern val scriptAlias : location -> your_path -> [Vhost];
7 {{Like <tt>alias</tt>, for Apache's <tt>ScriptAlias</tt>}}
8
9 extern 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.}}