Hi, I have installed mwsgi on my macbbook pro for development purposes, I use all the default installations shipped with Lion. (Besides mySQL)
My production system has been based on CentOs for several years, for so long that it is still running mod_python. (My application is compatible with mod_python and mod_wsgi due to the use of mp2wsgi) Now I have bought a Mac-Mini as a server for pre production tests (amongst some other stuff), where I will run my Application as I do on my macbook with minor differences. Like using the Postgres database (I'm using SQLAlchemy, it's a breeze). On this mac mini, I have Lion Server installed and I do not really need Xcode on it. I have been searching (Maybe in the wrong places) for a "manual" installation of mod_wsgi based on the compiled version running on my mbpro. Can someone help me out getting mod_wsgi running correctly on my Mac Mini Lion Server based on the binaries taken from my mbpro? I am used having a compiler on my CentOs Box but I want to get rid of development stuff from production machines. (I am running a huge project where I need tons of pre configured worker computers running behind a load balancer just with apache and mod_wsgi and very little else since I do not use any These workers will network boot from a minimal default installation image, this is just a preparation for that) My software is absolutely platform independent and runs on everything supported by apache and mod_wsgi (although tested I will never ever use any OS produced in Redmond) Is it just copying the mod_wsgi.so from someplace to the same location on the other box? (configuring apache is not the issue here) Thanks in advance, Martijn Moeling -- 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.
