From 984a831b49726c8ac1b517631b4bb4d071d1bb6a Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 2 Dec 2018 17:03:42 -0500 Subject: [PATCH] mailman: open /usr/share/images/mailman, revert to mod_access_compat apache config on mailman server has been normalized with other servers, and is using mod_access_compat at the top level since domtool is still using mod_access_compat. --- src/plugins/mailman.sml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/plugins/mailman.sml b/src/plugins/mailman.sml index ef72993..d165dc6 100644 --- a/src/plugins/mailman.sml +++ b/src/plugins/mailman.sml @@ -151,9 +151,16 @@ val () = Env.actionV_one "mailmanVhost" print " Allow from all\n"; print " \n"; print "\n"; + print "\n"; + print " \n"; + print " Order allow,deny\n"; + print " Allow from all\n"; + print " \n"; + print "\n"; print " \n"; print " Options +SymlinksIfOwnerMatch -ExecCGI +Indexes\n"; - print " Require all granted\n"; + print " Order allow,deny\n"; + print " Allow from all\n"; print " \n"; Apache.doPre {user = user, nodes = map #1 places, id = vhostId, hostname = fullHost}; -- 2.20.1