[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] run cgi from telnet



> how do i run a cgi script from telnet...
>
> i have been advised by my script maker to see if it
> works in telnet...
>
cgi-program-name

If your in the directory the cgi is in then
./program-name

if not then
/path/to/it/program-name

some programs can run from anywhere if they are in your path like
webalizer  (Your config may vary)

if it is a perl program you must edit/check the first line with an something
like pico and make sure it can find perl!
to find perl enter
whereis perl

running "perl program-name" may hide an error from you?

any way read this for sure

CGI-FAQ for Raq-Newbies :
http://users.iol.it/hpstr/

Zeffie