areguera / rpms / mailman

Forked from rpms/mailman 4 years ago
Clone

Blame SOURCES/httpd-mailman.conf

7812c9
#
7812c9
#  httpd configuration settings for use with mailman.
7812c9
#
7812c9
7812c9
ScriptAlias /mailman/ @MMDIR@/cgi-bin/
7812c9
<Directory @MMDIR@/cgi-bin/>
7812c9
    AllowOverride None
7812c9
    Options ExecCGI
7812c9
    Require all granted
7812c9
</Directory>
7812c9
7812c9
7812c9
Alias /pipermail/ @VARMMDIR@/archives/public/
7812c9
<Directory @VARMMDIR@/archives/public>
7812c9
    Options MultiViews FollowSymLinks
7812c9
    AllowOverride None
7812c9
    Require all granted
7812c9
    AddDefaultCharset Off
7812c9
</Directory>
7812c9
7812c9
# Uncomment the following line, replacing www.example.com with your server's
7812c9
# name, to redirect queries to /mailman to the listinfo page (recommended).
7812c9
7812c9
# RedirectMatch ^/mailman[/]*$ http://www.example.com/mailman/listinfo