Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29619
| From | Gilles <nospam@nospam.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | [WSGI] FCGID + Flup vs. mod_wsgi? |
| Date | 2012-09-21 12:49 +0200 |
| Message-ID | <3lgo58lfns3lc7njhkv28ee1k2q83p0u7d@4ax.com> (permalink) |
| Organization | Guest of ProXad - France |
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? www.stackoverflow.com/questions/1747266/is-there-a-speed-difference-between-wsgi-and-fcgi Would I miss a lot by using the mod_fcgid+Flup solution instead of mod_wsgi? Thank you.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
[WSGI] FCGID + Flup vs. mod_wsgi? Gilles <nospam@nospam.com> - 2012-09-21 12:49 +0200
csiph-web