X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/edd380241e9ba2b750eb9a1f82ffd6feeab6252f..c53e82e40cef407de986aa329d31457915ad0dbe:/lib/apache_options.dtl diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index c678d47..83f3465 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -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 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 the + Apache documentation.}} + +extern val addDefaultCharset : no_spaces -> [^Vhost]; +{{See the + Apache documentation.}}