How to call python script from web.

Joel Goldstick joel.goldstick at gmail.com
Fri Oct 5 10:23:32 EDT 2012


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



More information about the Python-list mailing list