Apache directory options
[hcoop/domtool2.git] / tests / testApache.dtl
index c8438ff..ff45dfa 100644 (file)
@@ -25,11 +25,15 @@ domain "hcoop.net" with
                proxyPass "/proxyLand" "http://localhost:1234/otherProxyLand";
                proxyPassReverse "/proxyLand" "http://localhost:1234/otherProxyLand";
 
+               options [execCGI];
+               set_options [execCGI, indexes];
+
                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" [];
+                       unset_options [includesNOEXEC];
                end
        end;