Apparently this is an issue that is related to Apache 2.4 and older versions.
You need to replace in your apache configuration:
Allow from all
with
Require all granted
in the <Files wsgi.py> section
Apparently this is an issue that is related to Apache 2.4 and older versions.
You need to replace in your apache configuration:
Allow from all
with
Require all granted
in the <Files wsgi.py> section