X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/5f033db28110f55839bfdb01ef03bf4b7dd22c8b..6a01f003b0912d2539a5de88499f716df192fe0d:/lib/apache_options.dtl diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index f36e653..47753ab 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -37,3 +37,6 @@ extern val addDefaultCharset : no_spaces -> [^Vhost]; 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