apache module: python and web programming, easy way...?

Graham Dumpleton Graham.Dumpleton at gmail.com
Mon Apr 28 08:03:35 EDT 2008


On Apr 28, 7:42 pm, bvidinli <bvidi... at gmail.com> wrote:
> is there any apache module, you know, that i can just install with apt-get,
> then put my .py file, and run it ?

http://www.modwsgi.org
http://www.modpython.org

The mod_wsgi module supports WSGI (http://www.wsgi.org) specification
which is where Python web framework hosting is heading whereas
mod_python has its own specific API which results in your application
only being able to be hosted with it and nothing else.

Graham



More information about the Python-list mailing list