I have been using wsgi on app engine to great success and now i want to use a similar setup on a fedora core 8 machine. how do i go about doing it?
I am using yum and i have installed mod_wsgi but i don’t know how to implement it. I have mod_python working already
Thanks
WSGI is a specification, not a framework. Consider learning something a little less low-level, such as Flask or Django.
mod_wsgi configuration directives for httpd
Paste Deployment, a standalone WSGI container
WSGI tutorials if you insist on learning bare WSGI