Graham Dumpleton
graham.dumpleton at gmail.com
Fri Apr 11 06:53:12 EDT 2008
2008/4/11 Graham Dumpleton <graham.dumpleton at gmail.com>: > MoinMoin works okay on mod_wsgi as well. Go look at MoinMoin documentation. > > http://code.google.com/p/modwsgi/wiki/IntegrationWithMoinMoin > http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango > > You can install mod_python and mod_wsgi at same time, but important > that your Python version uses a shared library. The installation > issues document I pointed you to before talks about that. Actually, if you load mod_python and mod_wsgi at same time, you cant use the WSGIPythonHome directive which is documented. This is because mod_python takes precedence and since it doesn't do the correct thing, it will still not work. Thus, if wanting to use WSGIPythonHome, can only use mod_wsgi, not both together. Graham > Graham > > > 2008/4/11 Evert Rol <evert.rol at gmail.com>: > > > > > > > > > > > > > > > > > > > > > https://issues.apache.org/jira/browse/MODPYTHON-225 > > > > > > > > > > > > > > > > > > Yep, that pretty much sums it up. Both the problem I'm having and the > > > > solution I wanted to achieve (set Apache directive to pick up the > > correct > > > > Python, instead of setting PATH). Looks like I just hadn't put the right > > > > search terms into Google. > > > > I guess I have to make do with it for now. > > > > > > > > > > Or if you only need it for hosting a WSGI application like Django, use > > > mod_wsgi instead. When using mod_wsgi you can override Python install > > > prefix for this sort of problem in Apache configuration. See section > > > 'Multiple Python Versions' in: > > > > > > http://code.google.com/p/modwsgi/wiki/InstallationIssues > > > > > > > Well, I'm also running MoinMoin through mod_python (though I now should > > double check that that goes allright with my current setup). > > But unless there's some clashing between mod_python & mod_wsgi, I wouldn't > > mind installing mod_wsgi for the Django part, while for the moment running > > MoinMoin through mod_python. I'll have a look at mod_wsgi then. > > > > > > > > > > _______________________________________________ > > Mod_python mailing list > > Mod_python at modpython.org > > http://mailman.modpython.org/mailman/listinfo/mod_python > > >
|