since I couldn't get my webpage to display I started from the basic, trying to debug and go step by step, so I am trying to see if I can get mod_wsgi to work,
and this is the tutorial that I am following,
but when I go to check the website and see if I display something I get.
Forbidden
You don't have permission to access /wsgi_app on this server.
so I went and chmod 777 that python file to see if that might be the issue, but I still get it. have any one gotten into an issue like this? any tricks that I can try?
thanks guys.