Programming and posix getting started
Manuals
Brands
HP Manuals
Software
MPE/iX 6.5 Operating System
1
2
3
4
5
6
7
8
9
10
8
A CGI pr
og
ram
- 2
•
Test the CGI program:
>
echo
foo
|
hwcgi
| cat
Content
-
type: text/plain
hello w
orld
•
Copy CGI program to
cgi
-
bin directory:
>
cp hwcgi /APACHE/PUB/
cgi
-
bin
•
Point browser at:
http://
sy
stemnam
e
/
cgi
-
bin/
hwcgi
1
...
...
6
7
8
9
10
...
...
42