Intro to Apache - ApacheCon
CGI
Common Gateway Interface
Can be in any language
MIME header followed by HTML content (usually).
#!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello.";
Index
Back to
Hour 2
Forward to
Or, in shell
ApacheCon : Intro to Apache - Slide #83 of 139