Re: Trying to learn mod_wsgi - any code samples or tutorials?
Eric Strand <estrand-0cCTJL/hGkFWk0Htik3J/[email protected]> Tue, 27 Apr 2010 10:16:51 -0700
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
Start your investigations with WSGI itself: http://www.wsgi.org/wsgi/ mod_wsgi is an apache module that supports the WSGI interface, so it's not a complete analog to mod_python. --Eric On 04/27/2010 04:03 AM, Peter Bleackley wrote: > I've used mod_python in the past, but since I believe it's now > deprecated in favour of mod_wsgi, I'd like to use the latter for my next > web app. > > Unfortunately, whereas mod_python had extensive documentation and > tutorials available online, for mod_wsgi I've been unable to find > anything more sophisticated that "Hello world". Does anyone know where > there's some example code I could look at? > > Pete > _______________________________________________ > Mod_python mailing list > [email protected] > http://mailman.modpython.org/mailman/listinfo/mod_python >