X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2aeb9eece3df3aacb6813db7b151256c2e49a1c2..ba051c3a9eedf0becdee6da67f0e055dc3433596:/tests/testApache.dtl diff --git a/tests/testApache.dtl b/tests/testApache.dtl index acade80..293a21d 100644 --- a/tests/testApache.dtl +++ b/tests/testApache.dtl @@ -6,7 +6,8 @@ domain "hcoop.net" with DocumentRoot = "/home/adamc/html"; ServerAdmin = "adamc@hcoop.net" with - + serverAlias "hcoop.net"; + addDefaultCharset "mumbo-jumbo/incomprehensible" end; vhost "members" where @@ -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 @@ -33,6 +36,8 @@ domain "hcoop.net" with scriptAlias "/cgi-bin/that-script" "/home/adamc/cgi/here-it-is"; errorDocument "404" "I just couldn't find it."; + action "text/plain" "/cgi-bin/display"; + directory "/home/adamc/thisPlace" with rewriteRule "A" "B" []; unset_options [includesNOEXEC]; @@ -41,8 +46,13 @@ 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 + forceTypeOff; + end; + directoryIndex ["index.sml", "index.h", "index.v"] end; @@ -56,8 +66,28 @@ domain "hcoop.net" with requireUser ["freddy", "flicky"]; requireGroup ["awesome"]; + forceType "text/html"; + orderDenyAllow; satisfyAny end end; + + vhost "svn" with + location "/" with + davSvn "/home/adamc/svn"; + authzSvnAccessFile "/home/adamc/svn/acl"; + end; + + addDescription "nada" []; + addDescription "Ultimate \"Awesome\" file" ["awesome.txt"]; + addDescription "Runners up" ["prettyNeat.txt", "somewhatFunky.odp"]; + + indexOptions [iconsAreLinks, scanHtmlTitles, iconWidth 45]; + set_indexOptions [descriptionWidth autofit, nameWidth (characters 13)]; + unset_indexOptions [iconHeight 32, fancyIndexing]; + + headerName "header.html"; + readmeName "readme.txt" + end; end