[Answer]-Apache2 + django + mod_wsgi doesn't respond

1👍

Try adding:

WSGIApplicationGroup %{GLOBAL}

For why read:

In general it is also recommended that mod_wsgi daemon mode be used.

although that shouldn’t be the issue here.

Leave a comment