doc: rename proxy/url to match other modules
[hcoop/domtool2.git] / lib / urls.dtl
diff --git a/lib/urls.dtl b/lib/urls.dtl
deleted file mode 100644 (file)
index f403f21..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{{Basic Apache URL handling}}
-
-extern val alias : location -> readable_path -> [Vhost];
-{{All requests for the location should be served from the path.}}
-
-extern val scriptAlias : location -> your_path -> [Vhost];
-{{Like <tt>alias</tt>, for Apache's <tt>ScriptAlias</tt>}}
-
-extern val errorDocument : no_spaces -> no_newlines -> [^Vhost];
-{{The first argument specifies an HTTP error code, which should be handled using
-  the second argument, which is either a URL or a string to display.}}