[Tutor] RE: A quick question

Alan Gauld alan.gauld@gssec.bt.co.uk
Fri, 29 Oct 1999 10:04:56 +0100


> Python is a scripting language for the web? Is that correct?  

Could be. Python is a general purpose scripting 
language which includes being suitable for web work.

> If I am correct, I just upload it to what directory?  For 
> example, for a CGI script you use the CGI-BIN.

That depends on your web server.
Our local server runs any script with the extension 
of .cgi as a cgi script regard;less of location. 
Others have a special directory for cgi scripts 
which *by convention* is called cgi-bin - yours 
may be different.

Other web servers have still other ways of doing 
things - for example Oracle Web Server...

You need to talk to your site's webmaster.

Alsoo the webserver will need python installed
and your script will need to point to it - it 
may not be in the same location as on your 
local computer.

All of this applies to Unix/Linux web servers, 
I've absolutely no idea how NT/IIS works!

Alan G.
-- 
=================================================
This post represents the views of the author 
and does not necessarily accurately represent 
the views of BT.