Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 5a5fedb7f08bf9945487f8257fc1a031 > files > 1

mailman-2.1.15-7.fc18.src.rpm

#
#  httpd configuration settings for use with mailman.
#

ScriptAlias /mailman/ @MMDIR@/cgi-bin/
<Directory @MMDIR@/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    Require all granted
</Directory>


Alias /pipermail/ @VARMMDIR@/archives/public/
<Directory @VARMMDIR@/archives/public>
    Options MultiViews FollowSymLinks
    AllowOverride None
    Require all granted
    AddDefaultCharset Off
</Directory>

# 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