Re: [Mailman-Users] Server Configuration 2.1.12

2020-02-17 Thread Mark Sapiro
On 2/17/20 2:46 AM, Dennis Putnam wrote:
> 
> [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/
> 
>     AllowOverride None
>     Options ExecCGI
>     Order allow,deny
>     Allow from all

This changed in apache 2.4. Instead of the above 2 lines, you need

Require all granted


> 
> 
> 
> Alias /pipermail/ /usr/lib/mailman/archives/public/
> 
>     Options Indexes MultiViews FollowSymLinks
>     AllowOverride None
>     Order allow,deny
>     Allow from all

Same here


> 
-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Server Configuration 2.1.12

2020-02-17 Thread Dennis Putnam
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/

    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all



Alias /pipermail/ /usr/lib/mailman/archives/public/

    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all


# 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.



signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org