ServerAlias
[hcoop/domtool2.git] / tests / testApache.dtl
index ff45dfa..9c28fcd 100644 (file)
@@ -22,6 +22,8 @@ domain "hcoop.net" with
        end;
 
        vhost "proxy" with
+               serverAlias "proxy2.hcoop.net";
+
                proxyPass "/proxyLand" "http://localhost:1234/otherProxyLand";
                proxyPassReverse "/proxyLand" "http://localhost:1234/otherProxyLand";
 
@@ -39,6 +41,8 @@ domain "hcoop.net" with
 
        vhost "lists" with
                proxyPass "/mailman" "http://hcoop.net/cgi-bin/mailman";
-               alias "/doc/mailman" "/home/adamc/mailman"
+               alias "/doc/mailman" "/home/adamc/mailman";
+
+               directoryIndex ["index.sml", "index.h", "index.v"]
        end
 end