Add Apache logging
[hcoop/domtool2.git] / tests / testApache.dtl
index e637d69..eee8980 100644 (file)
@@ -6,6 +6,7 @@ domain "hcoop.net" with
                DocumentRoot = "/home/adamc/html";
                ServerAdmin = "adamc@hcoop.net"
        with
+               serverAlias "hcoop.net";
                addDefaultCharset "mumbo-jumbo/incomprehensible"
        end;
 
@@ -16,6 +17,8 @@ domain "hcoop.net" with
                rewriteCond "hi" "there" [ornext];
                rewriteRule "^/foo.html" "/bar.html" [redirectWith redir300, nosubreq];
 
+               rewriteLogLevel 2;
+
                location "/theMorgue" with
                        rewriteRule "A" "B" [];
                end
@@ -43,6 +46,7 @@ domain "hcoop.net" with
 
        vhost "lists" with
                proxyPass "/mailman" "http://hcoop.net/cgi-bin/mailman";
+               proxyPass "/pipermail" "http://hcoop.net/pipermail";
                alias "/doc/mailman" "/home/adamc/mailman";
 
                location "/the-citadel" with