Intro to Apache - ApacheCon
Or, in shell
  • Example CGI program in shell

    
        #!/bin/sh
        echo Content-type: text/html
        echo
        echo Hello.
    
      

Index
Back to CGI
Forward to Or, in C

ApacheCon : Intro to Apache - Slide #84 of 139