URL handling
[hcoop/domtool2.git] / tests / testApache.dtl
index 1c7ed54..c8438ff 100644 (file)
@@ -12,9 +12,29 @@ domain "hcoop.net" with
        vhost "members" where
                SSL = true
        with
+               localProxyRewrite "^/(.*)$" "$1" 6666;
+               rewriteCond "hi" "there" [ornext];
+               rewriteRule "^/foo.html" "/bar.html" [redirectWith redir300, nosubreq];
 
-       end
+               location "/theMorgue" with
+                       rewriteRule "A" "B" [];
+               end
+       end;
 
-end
+       vhost "proxy" with
+               proxyPass "/proxyLand" "http://localhost:1234/otherProxyLand";
+               proxyPassReverse "/proxyLand" "http://localhost:1234/otherProxyLand";
 
+               scriptAlias "/cgi-bin/that-script" "/home/adamc/cgi/here-it-is";
+               errorDocument "404" "I just couldn't find it.";
 
+               directory "/home/adamc/thisPlace" with
+                       rewriteRule "A" "B" [];
+               end
+       end;
+
+       vhost "lists" with
+               proxyPass "/mailman" "http://hcoop.net/cgi-bin/mailman";
+               alias "/doc/mailman" "/home/adamc/mailman"
+       end
+end