X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/7f012ffdbae5dbee9642fee030647d558b25c8c4..48c4786da587600c90a01ebcda147d7b30e0ad11:/lib/apache_options.dtl?ds=sidebyside diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index 83f3465..47753ab 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -1,12 +1,14 @@ {{Per-directory options for Apache}} extern type apache_option; -{{See the +{{See the 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; +extern val multiViews : apache_option; extern val options : [apache_option] -> [^Vhost]; {{Declare exactly the set of options in effect for the current scope.}} @@ -25,9 +27,16 @@ extern val forceTypeOff : [Location]; type.}} extern val action : no_spaces -> location -> [^Vhost]; -{{See the +{{See the Apache documentation.}} extern val addDefaultCharset : no_spaces -> [^Vhost]; -{{See the +{{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.}} + +extern val allowEncodedSlashes : bool -> [Vhost]; +{{Enable or disable encoded slashes. Default is false, true sets NoDecode, full decoding is insecure and unsupported.}} \ No newline at end of file