Blame SOURCES/httpd-mailman.conf

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