I wrote an application using Django 1.0. It works fine with the django test server. But when I tried to get it into a more likely production enviroment the Apache server fails to run the app. The server I use is WAMP2.0. I've been a PHP programmer for years now and I've been using WAMPServer since long ago. I installed the mod_wsgi.so and seems to work just fine (no services error) but I can't configure the httpd.conf to look at my python scripts located outside the server root.
For now, I'm cool with overriding the document root and serve the django app from the document root instead so the httpd.conf line should look like this:
WSGIScriptAlias / C:/Users/Marcos/Documents/mysite/apache/django.wsgi
but the server's response is a 403 Forbidden