Deploying Django with mod_wsgi
Hey guys, im trying to deploy django using MySQl, Apache 2, and
mod_wsgi, but i am having lots of difficulties which are causing my
sites to go down, i have loaded the mod_wsgi module in the Apache
httpd.conf file successfully, but every time i try to put this line f
WSGIScriptAlias / "<PATH TO YOUR DJANGO PROJECT>/apache/
dj_survey.wsgi" , in the httpd.conf file, so apache knows where to
find my wsgi file, it causes an error, and therefore makes all my
current websites go offline, all i want to do is be able to run django
on the server and see the Django "YOU DID IT " message or an app i
have created.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home