X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/5ea8643aeccc72893077726f7cb0c1ddb09a870e..c6923cdb41ca9de48fb9bda822e5954dd376895b:/src/plugins/apache.sml?ds=inline diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index 3b535c3..b5edd64 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -1,5 +1,6 @@ (* HCoop Domtool (http://hcoop.sourceforge.net/) * Copyright (c) 2006-2009, Adam Chlipala + * Copyright (c) 2013 Clinton Ebadi * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -206,6 +207,7 @@ val apache_option = fn (EVar "execCGI", _) => SOME "ExecCGI" | (EVar "includesNOEXEC", _) => SOME "IncludesNOEXEC" | (EVar "indexes", _) => SOME "Indexes" | (EVar "followSymLinks", _) => SOME "FollowSymLinks" + | (EVar "multiViews", _) => SOME "MultiViews" | _ => NONE val autoindex_width = fn (EVar "autofit", _) => SOME "*"