[Tutor] cgi on novell/Appache
Alan Gauld
alan.gauld at btinternet.com
Tue Dec 2 10:01:21 CET 2008
"Jim Morcombe" <jmorcombe at westnet.com.au> wrote
> running under Novel. I know absolutely nothing about novell. I
> need to have the first line of the script point to the Python
> interpretter,
I don't think that will do anything under Novell, assuming you mean
the Novell network OS and not Novell Linux? If its NovelWare then
you need to set the PATH to Python and set up the file associatiion
between your .py file and python. Then you need to use the cgi-bin
folder to store the file rather than your web app space.
At least that's what I did the last time I used a DOS based
server - but that was about 12 years ago!
If it's Novell Linux the standard /env/python should work.
> around on it. I have to change the script, give it to the admin guy
> and let him load it. He knows nothing about cgi, python, etc. )
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld
More information about the Tutor
mailing list