2009/7/28 gert <[email protected]>: > > On Jul 27, 3:12 pm, Rakotomandimby Mihamina <[email protected]> > wrote: >> Hi all >> >> I run Linux and used to make simple pages with mod_python. >> I would like to switch to mod_wsgi. >> >> Would you know a tutorial, just like >> this?http://webpython.codepoint.net/wsgi_tutorial >> >> I am looking for much documentation... >> Thank you. >> > > Actually its not that big of a difference depending the way you look > at it :) > So for starters try to make a hello world program on a mod_wsgi > server, > > http://code.google.com/p/modwsgi/wiki/InstallationInstructions
Better off starting with: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide This will show you the basics of how a WSGI application fits into the mod_wsgi way of doing things. Adapting stuff from that tutorial you point to should be pretty straight forward after that. If any other questions about mod_wsgi issues, have a good look for other documentation on mod_wsgi site or ask questions here. Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
