Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30818

Re: How to call python script from web.

References <4bf240e0-26a2-4470-9e8e-badc8d8ae464@googlegroups.com>
Date 2012-10-05 10:23 -0400
Subject Re: How to call python script from web.
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1852.1349447014.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Oct 5, 2012 at 9:59 AM, Mike <mike20007@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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

How to call python script from web. Mike <mike20007@gmail.com> - 2012-10-05 06:59 -0700
  Re: How to call python script from web. Joel Goldstick <joel.goldstick@gmail.com> - 2012-10-05 10:23 -0400

csiph-web