J
John Smith
from the tutorial:
http://docs.rinet.ru/CP7/ch13.htm#ViewingHTMLSourcesofOutput
we can debug our CGI script by running it in telnet.
telnet sitename.com 80
GET /cgi-bin/directory/scriptname HTTP/1.0
my CGI script sits in the following directory of my webserver:
/ppakm/sppabew/mx-cgi/
so i tried:
GET /cgi-bin/ppakm/sppabew/mx-cgi/scriptname HTTP/1.0
but i got
?Invalid command
what is the correct way to run a CGI script named "scriptname" thru
telnet?
http://docs.rinet.ru/CP7/ch13.htm#ViewingHTMLSourcesofOutput
we can debug our CGI script by running it in telnet.
telnet sitename.com 80
GET /cgi-bin/directory/scriptname HTTP/1.0
my CGI script sits in the following directory of my webserver:
/ppakm/sppabew/mx-cgi/
so i tried:
GET /cgi-bin/ppakm/sppabew/mx-cgi/scriptname HTTP/1.0
but i got
?Invalid command
what is the correct way to run a CGI script named "scriptname" thru
telnet?