ip_of_node support
[hcoop/domtool2.git] / lib / apache.dtl
index 70edc96..9b88bd3 100644 (file)
@@ -21,7 +21,10 @@ context Location;
 extern type location;
 {{A valid URI prefix}}
 
-extern val location : location -> ^Vhost & Location => [Vhost & !Location];
+extern val location : location -> Vhost & Location => [Vhost & !Location];
 extern val directory : your_path -> ^Vhost & Location => [Vhost & !Location];
 {{Set some configuration specific to a URI prefix or filesystem directory,
   respectively.}}
+
+extern val serverAlias : your_domain_host -> [Vhost];
+{{Give an alternate hostname for this vhost.}}