Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 19
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