Add Apache FollowSymLinks
[hcoop/domtool2.git] / src / plugins / apache.sml
index 7783d0d..e81792a 100644 (file)
@@ -178,6 +178,7 @@ val cond_flag = fn (EVar "cond_nocase", _) => SOME "NC"
 val apache_option = fn (EVar "execCGI", _) => SOME "ExecCGI"
                     | (EVar "includesNOEXEC", _) => SOME "IncludesNOEXEC"
                     | (EVar "indexes", _) => SOME "Indexes"
+                    | (EVar "followSymLinks", _) => SOME "FollowSymLinks"
                     | _ => NONE
 
 val autoindex_width = fn (EVar "autofit", _) => SOME "*"