Location and Directory
[hcoop/domtool2.git] / tests / testApache.dtl
index 3cee61d..7e57594 100644 (file)
@@ -13,12 +13,24 @@ domain "hcoop.net" with
                SSL = true
        with
                localProxyRewrite "^/(.*)$" "$1" 6666;
-               rewriteRule "^/foo.html" "/bar.html" [redirectWith redir300, nosubreq]
+               rewriteCond "hi" "there" [ornext];
+               rewriteRule "^/foo.html" "/bar.html" [redirectWith redir300, nosubreq];
+
+               location "/theMorgue" with
+                       rewriteRule "A" "B" [];
+               end
        end;
 
        vhost "proxy" with
-               localProxyPass "/proxyLand" "/otherProxyLand" 1234;
-               localProxyPassReverse "/proxyLand" "/otherProxyLand" 1234
-       end
+               proxyPass "/proxyLand" "http://localhost:1234/otherProxyLand";
+               proxyPassReverse "/proxyLand" "http://localhost:1234/otherProxyLand";
 
+               directory "/home/adamc/thisPlace" with
+                       rewriteRule "A" "B" [];
+               end
+       end;
+
+       vhost "lists" with
+               proxyPass "/mailman" "http://hcoop.net/cgi-bin/mailman";
+       end
 end