Intro to Apache - ApacheCon 2005
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 2005 : Intro to Apache - Slide #83 of 164