I have install python 26, Apache 2.2, modwsgi ap2.2 py26 On windows XP. and apache loads modwsgi fine. when I check localhost: apache says - It works! but when i try to open the Django directory mysite: localhost/mysite i get : Forbidden You don't have permission to access /mysite on this server. I have re-installed and installed this many times but still the same thing. The tutorial says should get: It worked httpd.conf LoadModule wsgi_module modules/mod_wsgi.so WSGIScriptAlias / /mysite/apache/mysite.wsgi runs fine, as in: http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ My project path is C:\mysite and according to "http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/" mysite.wsgi path is C:\mysite\apache\mysite.wsgi I have search the for this problem but solution on the Linux please any one give me the answer for windows.
and error log is:- [error] [client 127.0.0.1] client denied by server configuration: C:/mysite/apache/mysite.wsgi could someone please help with this... thanks