From: Clinton Ebadi Date: Sun, 2 Dec 2018 22:03:42 +0000 (-0500) Subject: mailman: open /usr/share/images/mailman, revert to mod_access_compat X-Git-Tag: release_20181202~1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/984a831b49726c8ac1b517631b4bb4d071d1bb6a 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. --- 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};