I have just started to work on Apache-wsgi-django.

I want to deploy django applications on apache-wsgi on windows. I have 
followed all the steps mentioned in the documentation. But after making all 
the changes, the Apache service is not getting started.

Apache Version: 2.2.25-win32-x86-openssl
Python version: 2.7- 32 bit

httpd.conf:

[some content]

LoadModule wsgi_module modules/mod_wsgi.so

WSGIScriptAlias /wsgi “C:/dev/wsgi/test.py”

<Directory “C:/dev/wsgi”>
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

[some content]

I renamed the wsgi module to be loaded as mod_wsgi.so. Thats how it is to 
be done right?
When I dont include the <Directory>....</Directory> part in the httpd.conf 
file, I can start apache and just localhost gives the output. But when I 
try to include permission to access Directory, it fails to restart. I am 
still a naive user. What am I missing out?



















-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to