X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2db6d05db1941c978e200ef437e0b63a4ce9b14d..e2166ae8e506e3bd6f9a33e7c9d2ef0d367a4e12:/src/plugins/apache.sml diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index 813051c..b7d36a4 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -1147,6 +1147,11 @@ val () = Domain.registerDescriber (Domain.considerAll Domain.Extension {extension = "vhost_ssl", heading = fn host => "SSL web vhost " ^ host ^ ":"}]) +val () = Env.action_one "allowEncodedSlashes" + ("enable", Env.bool) + (fn enable => (write "\tAllowEncodedSlashes "; + write (if enable then "NoDecode" else "Off"); + write "\n")) val () = Env.action_none "testNoHtaccess" (fn path => write "\tAllowOverride None\n")