Slave dispatching working
[hcoop/domtool2.git] / lib / apache.dtl
index 70edc96..9e70f74 100644 (file)
@@ -25,3 +25,6 @@ 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.}}