I am trying to install mod_wsgi following the tutorial found at 
http://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines

My system:
Windows 7
Apache 2.2
Python 2.7
mod_wsgi 3.3

Snippets from httpd.conf
==================================================

LoadModule wsgi_module modules/mod_wsgi.so


WSGIScriptAlias /myapp "C:/xampp/wsgi-scripts/wsgi_handler.py"

<Directory "C:/xampp/wsgi-scripts">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

==================================================

I have also opened up permissions on the wsgi-scripts directory to full 
control for "Users"

I either get the Forbidden message, or some configurations result in a 
internal server error.  

Can anyone suggest a configuration that would alleviate this issue.  If you 
need more details to assist in diagnosing the problem, let me know what you 
need.  

Feel free to point me to another post where someone has had this same issue 
and resolved it.  


-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to