I used this to install mod_wsgi: 
http://wiki.chrisgilmer.net/index.php?title=Django_with_Apache_and_mod_wsgi
This command precisely >>sudo port install mod_wsgi

>>When you build mod_wsgi, did you use --with-python to have it use 
MacPorts?
I did not use other command then "sudo port install mod_wsgi", so no I did 
not wrote such line as "--with-python", 
any idea of the full command to build mod_wsgi with proper python to call 
after ">>sudo port install mod_wsgi"

>> What other 'configure' options did you use when building mod_wsgi.
All I did was:
- copied module/mod_wsgi.so  into libexec/apache2/mod_wsgi.so
- updating httpd.conf, 
- adding a apache folder under my app and created 2 files django.wsgi and 
apache_django_wsgi.conf.

Have I build mod_wsgi properly?

Corine

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

Reply via email to