X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/781ebc11c3ab9b359cd0ee1cc653bd8f223a0bd8..9ae07226d486b0dd6cd41e356235a2b0c85f0ae0:/lib/apache_options.dtl diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index 7becc15..f36e653 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -1,13 +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.}} @@ -26,11 +27,11 @@ 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;