I have downloaded and successfully run mod_wsgi as a python plugin from the following site https://github.com/GrahamDumpleton/mod_wsgi
I have run the test scripts successfullly for django from one server in which apache and django are on the same server mod_wsgi-express start-server >>this works as expected mod_wsgi-express start-server wsgi.py >> this works as expected (I had to move the wsgi.py file up one directory level to have the web site render correctly.) How do I install and configure this to work on a 2 tier apache / django application. When I perform the setup.py install, does the apache installation get touched by the installation? And can this be used for Production assuming that I can configure a 2 tier installation? -- 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/d/optout.
