Hi Robert, Considering you are using Python 3.3 and RHEL, then you might not be aware that Rackspace publishes complete RPMs for the mod_wsgi + python 3.3 + redis + other stuff stack at the IUS Community Project.
https://iuscommunity.org/pages/Repos.html Just FYI Jason On Wed, Nov 5, 2014 at 11:52 PM, robert brook <[email protected]> wrote: > I am using django 1.7 and python 3.3 64 bit on linux red hat. > > > > On Wednesday, November 5, 2014 10:28:12 PM UTC-5, robert brook wrote: >> >> 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. > -- 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.
