[Mailman-Users] Server Configuration 2.1.12

Dennis Putnam dap1 at bellsouth.net
Mon Feb 17 05:46:58 EST 2020


I have mailman 2.1.12 installed on RHEL 7 (that is the latest version
available in the RHEL 7 repository). When I try to access the mailman
web pages (apache 2.4) I get the error:

[Mon Feb 17 03:43:04.099892 2020] [authz_core:error] [pid 30156] [client
162.230.29.192:49655] AH01630: client denied by server configuration:
/usr/lib/mailman/cgi-bin/listinfo

Here is my mailman.conf file:

#
#  httpd configuration settings for use with mailman.
#

ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
<Directory /usr/lib/mailman/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>


Alias /pipermail/ /usr/lib/mailman/archives/public/
<Directory /usr/lib/mailman/archives/public>
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</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 ^/$ http://galene.csd.net/mailman/listinfo/rushtalk

Since it looks correct to me, perhaps some new eyes can see what I am
missing. TIA.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/mailman-users/attachments/20200217/6676f319/attachment.sig>


More information about the Mailman-Users mailing list