Programming and posix - February 2001
February 10, 2001
Solution Symposium
Page 18
hp e3000
programming
and posix
a cgi program - 2
• Test the CGI program:
shell/iX> echo foo | hwcgi | cat
Content-type: text/plain
hello world
• Copy CGI program to cgi-bin directory:
shell/iX> cp hwcgi /APACHE/PUB/cgi-bin
• Point browser at:
http://systemname/cgi-bin/hwcgi