Alias /mailman/pipermail/ /var/lib/mailman/archives/public/ Options Indexes MultiViews FollowSymLinks AllowOverride None # Apache 2.x Order allow,deny Allow from all # Apache 2.4 Require all granted Alias /mailman/icons/ /usr/lib/mailman/icons/ AllowOverride None # Apache 2.x Order allow,deny Allow from all # Apache 2.4 Require all granted ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ Options ExecCGI AllowOverride None AddHandler cgi-script .cgi # Apache 2.x Order allow,deny Allow from all # Apache 2.4 Require all granted # Enable this section to use HTTP auth instead of adm.pw # NOTE: you won't be able to authorize with list password anymore. # # Authorize as admin via HTTP auth # # # File based Authz # AuthUserFile /etc/webapps/mailman/htpasswd # # # LDAP based Authz. Apache 1.3 # # AuthLDAPEnabled on # AuthLDAPURL ldap://localhost/ou=People,dc=example,dc=org?uid?sub?(objectClass=*) # # # # LDAP based Authz. Apache 2.x # # AuthLDAPURL ldap://localhost/ou=People,dc=example,dc=org?uid?one # AuthzLDAPAuthoritative off # AuthBasicProvider ldap # # # AuthType Basic # AuthName "MailMan" # Require valid-user # # Uncomment the following line, replacing www.example.com with your server's # name, to redirect queries to /mailman to the listinfo page (recommended). # RedirectMatch ^/mailman[/]*$ http://www.example.com/mailman/listinfo