X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/edd380241e9ba2b750eb9a1f82ffd6feeab6252f..63ac3b82c1cd33605e62688cd97688a6dae3cb9c:/lib/apache_options.dtl diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index c678d47..7becc15 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -5,6 +5,7 @@ extern type apache_option; Apache documentation for what the options mean.}} extern val execCGI : apache_option; +extern val followSymLinks : apache_option; extern val includesNOEXEC : apache_option; extern val indexes : apache_option; @@ -18,3 +19,20 @@ 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.}} + +extern type file_extension; +extern val cgiExtension : file_extension -> [^Vhost]; +{{Ask for all files ending in a particular extension to be executed as CGI.}}