Re: cgi relay for python cgi script

2005-10-04 Thread Michael Ekstrand
On Oct 4, 2005, at 2:35 AM, Amir Michail wrote: > Is there an easy way to execute a python cgi script on a different > machine from the cgi server? > > I could write my own server, but I was wondering if something is > available that would allow me to use a cgi script as is without > modification.

Re: cgi relay for python cgi script

2005-10-04 Thread Paul Rubin
"Amir Michail" <[EMAIL PROTECTED]> writes: > Is there an easy way to execute a python cgi script on a different > machine from the cgi server? What exactly do you mean by that? You can set a form target to another machine, if that's what you mean. -- http://mail.python.org/mailman/listinfo/pyth

Re: cgi relay for python cgi script

2005-10-04 Thread Steve Holden
Amir Michail wrote: > Fredrik Lundh wrote: > >>Amir Michail wrote: >> >> >>>Is there an easy way to do this without modifying the configuration of >>>the cgi server and without running a cgi server on the other machine >>>where the script will actually run? >>> >>>Perhaps someone wrote a simple se

Re: cgi relay for python cgi script

2005-10-04 Thread Amir Michail
Fredrik Lundh wrote: > Amir Michail wrote: > > > Is there an easy way to do this without modifying the configuration of > > the cgi server and without running a cgi server on the other machine > > where the script will actually run? > > > > Perhaps someone wrote a simple server that provides the re

Re: cgi relay for python cgi script

2005-10-04 Thread Fredrik Lundh
Amir Michail wrote: > Is there an easy way to do this without modifying the configuration of > the cgi server and without running a cgi server on the other machine > where the script will actually run? > > Perhaps someone wrote a simple server that provides the required > environment for the cgi s

Re: cgi relay for python cgi script

2005-10-04 Thread Amir Michail
Fredrik Lundh wrote: > Amir Michail wrote: > > > Is there an easy way to execute a python cgi script on a different > > machine from the cgi server? > > http://www.google.com/search?q=reverse+proxy > > Is there an easy way to do this without modifying the configuration of the cgi server and w

Re: cgi relay for python cgi script

2005-10-04 Thread Fredrik Lundh
Amir Michail wrote: > Is there an easy way to execute a python cgi script on a different > machine from the cgi server? http://www.google.com/search?q=reverse+proxy -- http://mail.python.org/mailman/listinfo/python-list

cgi relay for python cgi script

2005-10-04 Thread Amir Michail
Hi, Is there an easy way to execute a python cgi script on a different machine from the cgi server? I could write my own server, but I was wondering if something is available that would allow me to use a cgi script as is without modification. Amir -- http://mail.python.org/mailman/listinfo/pyt