cgi relay for python cgi script

Amir Michail amichail at gmail.com
Tue Oct 4 08:09:38 EDT 2005


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
>
> </F>

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 script to run?

I'm looking for something simple that does not require root access.

Amir




More information about the Python-list mailing list