Wednesday, February 25, 2015

Re: wsgi dont have permission to access /wsgi_app on this server

found the reason!!!
is not the permission is the group
doing this to the folder put into the user and group that apache can read.

chown -R apache:apache myfolder


from here
just in case some one might need it later on.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/76525212-cbae-47d5-8e4f-c98ffdcae2d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment