Hyperkitty / Postorius / Apache web access error
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.
- Fabian S.
On 10/05/2015 12:02 PM, fsantiago@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-developers@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-users@mailman3.org list (running on MM 3 of course), but there are still infrastructure issues to work out before that list will be operational.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
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, fsantiago@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 allIn Apache 2.4, you need instead
Require all grantedNote that questions about Mailman 3 and particularly Postorius and Hyperkitty are better posted to the mailman-developers@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-users@mailman3.org list (running on MM 3 of course), but there are still infrastructure issues to work out before that list will be operational.
participants (2)
-
fsantiago@garbage-juice.com -
Mark Sapiro