Start of Apache
[hcoop/domtool2.git] / tests / testApache.dtl
diff --git a/tests/testApache.dtl b/tests/testApache.dtl
new file mode 100644 (file)
index 0000000..1c7ed54
--- /dev/null
@@ -0,0 +1,20 @@
+domain "hcoop.net" with
+
+       vhost "www" where
+               User = "adamc";
+               Group = "adamc";
+               DocumentRoot = "/home/adamc/html";
+               ServerAdmin = "adamc@hcoop.net"
+       with
+
+       end;
+
+       vhost "members" where
+               SSL = true
+       with
+
+       end
+
+end
+
+