More Apache directory option stuff
[hcoop/domtool2.git] / lib / apache_options.dtl
index c678d47..83f3465 100644 (file)
@@ -18,3 +18,16 @@ extern val unset_options : [apache_option] -> [^Vhost];
 extern val directoryIndex : [no_spaces] -> [^Vhost];
 {{Give the list of filenames to try for the default page of a directory, to be
   considered in the order given.}}
 extern val directoryIndex : [no_spaces] -> [^Vhost];
 {{Give the list of filenames to try for the default page of a directory, to be
   considered in the order given.}}
+
+extern val forceType : no_spaces -> [Location];
+extern val forceTypeOff : [Location];
+{{Force all files in the current directory to be served with the given MIME
+  type.}}
+
+extern val action : no_spaces -> location -> [^Vhost];
+{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_actions.html#action">the
+  Apache documentation</a>.}}
+
+extern val addDefaultCharset : no_spaces -> [^Vhost];
+{{See <a href="http://httpd.apache.org/docs/2.0/mod/core.html#adddefaultcharset">the
+  Apache documentation</a>.}}