mailman: open /usr/share/images/mailman, revert to mod_access_compat
[hcoop/domtool2.git] / src / plugins / mailman.sml
index ef72993..d165dc6 100644 (file)
@@ -151,9 +151,16 @@ val () = Env.actionV_one "mailmanVhost"
                             print "        Allow from all\n";
                             print "    </Directory>\n";
                             print "\n";
+                            print "\n";
+                            print "    <Directory /usr/share/images/mailman>\n";
+                            print "        Order allow,deny\n";
+                            print "        Allow from all\n";
+                            print "    </Directory>\n";
+                            print "\n";
                             print "    <Directory /var/lib/mailman/archives/public/>\n";
                             print "        Options +SymlinksIfOwnerMatch -ExecCGI +Indexes\n";
-                            print "        Require all granted\n";
+                            print "        Order allow,deny\n";
+                            print "        Allow from all\n";
                             print "    </Directory>\n";
 
                             Apache.doPre {user = user, nodes = map #1 places, id = vhostId, hostname = fullHost};