Ive been the install instructions in : 
http://wiki.thinkhole.org/howto:django_on_windows%E2%80%8F
(with mod_wsgi)

install python 26, Apache 2.2, modwsgi ap2.2 py26

and apache loads modwsgi fine.

when I check localhost: apache says - It works!
when I check 127.0.0.1:8000: Django says - It worked!

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 / /usr/local/mysite/django.ws

runs fine, as in: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango

could someone please help with this...

thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to