hcoop: remove fritz as dns secondary
[hcoop/domtool2.git] / lib / apache_options.dtl
index f36e653..47753ab 100644 (file)
@@ -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 <a href="https://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes">encoded slashes</a>. Default is false, true sets <code>NoDecode</code>, full decoding is insecure and unsupported.}}
\ No newline at end of file