starting a cgi with params

Anders Eriksson ame at swipnet.se
Mon Jan 10 18:27:17 EST 2000


On Mon, 10 Jan 2000 13:33:38 -0500, Jeff <jam at quark.emich.edu> wrote:

>> How do I send 2 params to the script when I'm using it as an CGI
>> script?
>> 
>I would suggest looking into the 'cgi' module, which comes with the standard
>distribution. there are also a number of good websites that explain how cgi
>works-- the 'protocol' is generic regardless of platform and server
>platform. 
I have looked in the 'manual' and found the cgi, but somehow I don't
understand... I want to be able to call my script from a link, i.e.
http://yourhostname/cgi-bin/cgi.py?xxx.zip&get

The cgi class seems to be form getting info from a form(?)

What am I missing??

>
>by the way, what platform are you using? linux + apache?

To make everything easy. The developing platform is WinNT+Xitami and
the target platform (where the script will run) is Solaris + Apache

// Anders
PS! This is my home account thats why the user changed!




More information about the Python-list mailing list