[Mailman-Users] Problems with getting httpd to play well with new Mailman install

Christopher Adams adamsca at gmail.com
Tue May 3 19:33:57 EDT 2016


Yes, it is Apache 2.4 and I had already taken those measures. I don't know
what was fouled up, but I rebooted the server and can now get to the web
pages and create lists. However, I am still having problems, but will post
that as s different issue.

Thanks.

On Mon, May 2, 2016 at 8:49 PM, Mark Sapiro <mark at msapiro.net> wrote:

> On 05/02/2016 02:51 PM, Christopher Adams wrote:
> >
> > Looking in the httpd error log, I find this:  "client denied by server
> > configuration: /usr/local/mailman/cgi-bin/listinfo".
> >
> > I added a block in the httpd.conf file to allow access to the cgi-bin
> > directory and restarted httpd. Still, I am being forbidden. Files and
> > directories are owned by mailman.mailman and they seem like they have
> > proper permissions. I am assuming that it is
> >
> > <Directory      "/usr/local/mailman/cgi-bin/">
> >         Order allow,deny
> >         Allow from all
> > </Directory>
>
>
> If this is Apache 2.4, instead of
>
>         Order allow,deny
>         Allow from all
>
> you need
>
>         Require all granted
>
> See <http://httpd.apache.org/docs/2.4/upgrading.html>.
>
>
> > I then commented out the directory block that limited access to the
> entire
> > file system. I restarted httpd. Now, I get this :
> > Bug in Mailman version 2.1.22 We're sorry, we hit a bug!
>
>
> And what's in Mailman's error log? We need this info to begin to
> understand what the issue might be.
>
> --
> Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
> ------------------------------------------------------
> Mailman-Users mailing list Mailman-Users at 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/adamsca%40gmail.com
>



-- 
Christopher Adams
adamsca at gmail.com


More information about the Mailman-Users mailing list