Mark,

Damn, missed that. That was it. Thanks. still not working though; 503 error. I will start posting in mailman-dev... thanks again.


On 2015-10-06 14:35, Mark Sapiro wrote:
On 10/05/2015 12:02 PM, fsanti...@garbage-juice.com wrote:
Hello,

I'm setting up Mailman3 based on the hyperkitty-el.repo.

I believe I've setup my config files but my apache logs continue reading
access errors:

client denied by server configuration:
/etc/hyperkitty/sites/default/wsgi.py

or

client denied by server configuration:
/etc/postorius/sites/default/srv/postorius.wsgi


What am I missing and/or where should I be looking? Thanks.


This may be the Apache 2.2 -> 2.4 issue. In Apache 2.2 and earlier
access was granted to a resource (directory, etc.) for anyone via
something like

    Order Allow,Deny
    Allow from all

In Apache 2.4, you need instead

    Require all granted


Note that questions about Mailman 3 and particularly Postorius and
Hyperkitty are better posted to the mailman-develop...@python.org list
<http://mail.python.org/mailman/listinfo/mailman-developers>. Please
join that list if you are not already a member and post there.

We will soon have a mailman3-us...@mailman3.org list (running on MM 3 of
course), but there are still infrastructure issues to work out before
that list will be operational.
------------------------------------------------------
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

Reply via email to