Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30817 > unrolled thread
| Started by | Mike <mike20007@gmail.com> |
|---|---|
| First post | 2012-10-05 06:59 -0700 |
| Last post | 2012-10-05 10:23 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Mike <mike20007@gmail.com> |
|---|---|
| Date | 2012-10-05 06:59 -0700 |
| Subject | How to call python script from web. |
| Message-ID | <4bf240e0-26a2-4470-9e8e-badc8d8ae464@googlegroups.com> |
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
[toc] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2012-10-05 10:23 -0400 |
| Message-ID | <mailman.1852.1349447014.27098.python-list@python.org> |
| In reply to | #30817 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web