![]() |
[WSGI] FCGID + Flup vs. mod_wsgi?
Hello
The shared host I intend to use to run a small Python web app only supports mod_fcgid on its Apache server. If I understood what I read on the Net, the ideal solution would be to have mod_wsgi installed and have it run either as a module within Apache or a stand-alone process to talk to the Python app, but it's N.A. so that's out. As for FCGID, am I correct in understanding that this is the way things work: Apache <-> mod_fcgid <-> Flup (or some other wrapper) <-> WSGI application? http://www.stackoverflow.com/questio...-wsgi-and-fcgi Would I miss a lot by using the mod_fcgid+Flup solution instead of mod_wsgi? Thank you. |
| All times are GMT. The time now is 01:04 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.