Web Hosting Talk







View Full Version : How to execute nph-cgi using ssh/telnet


aussie1
08-05-2001, 06:53 AM
How do I execute nph-cgi files when using telnet?

Not a very long thread but I would really appreciate if someone has a solution. The server is Apache based.

Eric

MattF
08-05-2001, 10:52 AM
I would presume just by using './script' (it is important to use ./ on most linux system).

Eg.

test.cgi

change to the directory where the script lies and type
'./test.cgi'