X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/22eaa9503ea59b2fcfb94323f802977021027b0f..0a97b78a4e7ad25e640ac126f8093bffaf85b231:/lib/apache_options.dtl diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index a40105d..7becc15 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -32,3 +32,7 @@ extern val action : no_spaces -> location -> [^Vhost]; 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.}}