X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/7f012ffdbae5dbee9642fee030647d558b25c8c4..421df4d714870f2aa1f54944c29884730973d098:/lib/apache_options.dtl diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index 83f3465..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; @@ -31,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.}}