How to call python script from web.
Joel Goldstick
joel.goldstick at gmail.com
Fri Oct 5 10:23:32 EDT 2012
More information about the Python-list mailing list
Fri Oct 5 10:23:32 EDT 2012
- Previous message (by thread): How to call python script from web.
- Next message (by thread): [fcgi.py] Force cache upgrade?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 5, 2012 at 9:59 AM, Mike <mike20007 at gmail.com> wrote: > Hi, > > I can call the php script from browser assuming apache web server exists. > > How can I call the python script like php script? > > Any thought? > > Thanks > -- > http://mail.python.org/mailman/listinfo/python-list A popular way for apache is to use mod_wsgi. http://code.google.com/p/modwsgi/ -- Joel Goldstick
- Previous message (by thread): How to call python script from web.
- Next message (by thread): [fcgi.py] Force cache upgrade?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list