URL handling
[hcoop/zz_old/domtool2-proto.git] / tests / testApache.dtl
index 7e57594..c8438ff 100644 (file)
@@ -25,6 +25,9 @@ domain "hcoop.net" 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
@@ -32,5 +35,6 @@ domain "hcoop.net" with
 
        vhost "lists" with
                proxyPass "/mailman" "http://hcoop.net/cgi-bin/mailman";
+               alias "/doc/mailman" "/home/adamc/mailman"
        end
 end